You are not logged in.
Pages:: 1
#1 2015-09-17 04:00:15
C Language Basic Quiz:
C Programming Quizzes C Language Basic
Directions:
Determine Output:
Question:
void main()
{
int c = - -2;
printf("c=%d", c);
}
Option A):
2
Option B):
0
Option C):
Error
Option D):
1
Correct Answer is Option A):
2
You cannot discover the new oceans unless you have the courage to lose the sight of the shore.
Offline
2015-09-17 04:00:15
- Advertisement
- Ads By Google
Re: C Language Basic Quiz:
\n
Pages:: 1