You are not logged in.
- Topics: Active | Unanswered
Pages:: 1
#1 2015-09-16 04:25:22
C Language Fundamentals Syntax Error:
http://interviewquestionsanswers.org/quiz/C-Programming http://interviewquestionsanswers.org/qu … ndamentals
Question:
Find the output of the following program. void main() { int i=01289; printf("%d", i); }
Option A):
0713
Option B):
Syntax error
Option C):
713
Option D):
0289
Correct Answer is Option B):
Syntax error
Failure is the first step towards seccess.
Offline
2015-09-16 04:25:22
- Advertisement
- Ads By Google
Re: C Language Fundamentals Syntax Error:
Pages:: 1