

MCQOPTIONS
Saved Bookmarks
1. |
What is the output of the following C program? # include main ( ) { int a, b=0; static int c [10]={1,2,3,4,5,6,7,8,9,0}; for (a=0; a |
A. | 20 |
B. | 25 |
C. | 45 |
D. | 90 |
Answer» B. 25 | |