You are not logged in.
Pages:: 1
#1 2015-09-16 04:26:05
C Language Fundamentals Program:
C Programming Quizzes C Language Fundamentals
Directions:
void main()
{
int i=065, j=65;
printf("%d %d", i, j);
}
Question:
Find the output of the following program.
Option A):
53 65
Option B):
053 65
Option C):
65 65
Option D):
065 65
Correct Answer is Option A):
53 65
You cannot discover the new oceans unless you have the courage to lose the sight of the shore.
Offline
2015-09-16 04:26:05
- Advertisement
- Ads By Google
Re: C Language Fundamentals Program:
Pages:: 1