You are not logged in.
- Topics: Active | Unanswered
Pages:: 1
#1 2015-09-14 04:18:27
Determine Output:
http://interviewquestionsanswers.org/quiz/C-Programming http://interviewquestionsanswers.org/qu … xpressions
Directions:
Determine output:
Question:
void main()
{
int c = - -2;
printf("c=%d", c);
}
Option A):
5
Option B):
2
Option C):
3
Option D):
1
Correct Answer is Option B):
2
Failure is the first step towards seccess.
Offline
2015-09-14 04:18:27
- Advertisement
- Ads By Google
Re: Determine Output:
Pages:: 1