11. |
What is the output?
void main()
|
||||||||
Answer:
Option (a) |
12. |
What is the output?
void main()
|
||||||||
Answer:
Option (c) |
13. |
What is the output?
void main()
|
||||||||
Answer:
Option (a) |
14. |
What is the output?
void main()
|
||||||||
Answer:
Option (a) |
15. |
What is an array base address in c language?
|
||||||||
Answer:
Option (d) |
16. |
What is meaning of the following statement?
int *ptr[20];
|
||||||||
Answer:
Option (b) |
17. |
What is the output?
void main()
|
||||||||
Answer:
Option (b) |
18. |
What is the output?
void main()
|
||||||||
Answer:
Option (b) |
19. |
What is the output?
void main()
|
||||||||
Answer:
Option (b) |
20. |
The declaration
int (*p)[5]; means
|
||||||||
Answer:
Option (b) |