You are not logged in.
- Topics: Active | Unanswered
Pages:: 1
#1 2015-09-17 04:04:26
C Language Basic:
http://interviewquestionsanswers.org/quiz/C-Programming http://interviewquestionsanswers.org/qu … uage-Basic
Directions:
Determine Output:
Question:
#include<stdio.h>
#define a 10
void main()
{
#define a 50
printf("%d", a);
}
Option A):
None
Option B):
50
Option C):
10
Option D):
Compiler Error
Correct Answer is Option B):
50
Failure is the first step towards seccess.
Offline
2015-09-17 04:04:26
- Advertisement
- Ads By Google
Re: C Language Basic:
Pages:: 1