41. |
A declaration float sum, value; occupies _____ of memory?
|
||||||||
Answer:
Option (d) |
42. |
MACRO is used to _______________.
|
||||||||
Answer:
Option (b) |
43. |
Which of the following is a symbol for logical AND operator?
|
||||||||
Answer:
Option (c) |
44. |
What will be the output of following program
#include main() { int x,y = 10; x = y * NULL; printf(\"%d\",x); }
|
||||||||
Answer:
Option (a) |
45. |
printf() belongs to which library of c
|
||||||||
Answer:
Option (b) |
46. |
What will be printed if we type the statement printf(“%d\n”,’d’);
|
||||||||
Answer:
Option (b) |
47. |
C is a __________ language
|
||||||||
Answer:
Option (b) |
48. |
Which of the following function is more appropriate for reading in a multiword string?
|
||||||||
Answer:
Option (c) |
49. |
What are the different types of real data types in C?
|
||||||||
Answer:
Option (d) |
50. |
Which of the following is a correct statement?
|
||||||||
Answer:
Option (d) |