Advertisements
Advertisements
Question
Select the correct option from multiple choice question.
Study the following C program
Void main() {
int a=0;
for( ;a;);
a++; }
what will be the value of the variable a, on the execution of above program
Options
1
0
-1
None of these
MCQ
Solution
1
shaalaa.com
Variables in C - Programming
Is there an error in this question or solution?
2017-2018 (June) CBCGS