C Miscellaneous - Study Mode

[#1] The principle of stack is . . . . . . . .
Correct Answer

(C) Last in first out

[#2] Which of the following header files must necessarily be included in your code, if you want to find the minimum value of unsigned short integer?
Correct Answer

(C) limits.h

[#3] In a signed integer, the sign is represented by . . . . . . . .
Correct Answer

(B) Most significant bit

[#4] What is the default state of an integer in c language?
Correct Answer

(A) Signed

[#5] In the absence of a exit condition in a recursive function, the following error is given . . . . . . . .
Correct Answer

(B) Run time error