

MCQOPTIONS
Saved Bookmarks
1. |
What will be the output of the program?_x000D_
#include
|
A. | 1, 2, 3, 4 |
B. | 1, 2, 3, 4, 5 |
C. | No output |
D. | Error: Cannot use typedef with an array |
Answer» B. 1, 2, 3, 4, 5 | |