Tuesday 22 September 2015

Most recent asked C Language Multiple Choice Questions And Answers

36. C is ______ Language?
A. Low Level
B. High Level
C. Assembly Level
D. Machine Level

37. The Default Parameter Passing Mechanism is called as
A. Call by Value
B. Call by Reference
C. Call by Address
D. Call by Name
Answer : A

38. What is Dequeue?
A. Elements can be added from front
B. Elements can be added to or removed from either the front or rear
C. Elements can be added from rear
D. None of the above
Answer : B

39. In which linked list last node address is null?
A. Doubly linked list
B. Circular list
C. Singly linked list
D. None of the above
Answer : C

40. Which is the correct syntax to declare constant pointer?
A. int *const constPtr;
B. *int constant constPtr;
C. const int *constPtr;
D. A and C both
Answer : D

More Questions & Answers:-
Page1 Page2 Page3 Page4 Page5 Page6 Page7 Page8 Page9 Page10 Page11 Page12 Page13

No comments:

Post a Comment