You are not logged in.
- Topics: Active | Unanswered
Pages:: 1
#1 2015-09-15 04:28:33
C Language Control Structures Quiz Question.
C Programming Quizzes C Language Control Structures
Directions:
What will be the output of the following piece of code?
Question:
for(i = 0; i<10; i++);
printf("%d", i);
Option A):
Syntax error
Option B):
0
Option C):
10
Option D):
0123456789
Correct Answer is Option C):
10
Failure is the first step towards seccess.
Offline
2015-09-15 04:28:33
- Advertisement
- Ads By Google