You are not logged in.
- Topics: Active | Unanswered
Pages:: 1
#1 2015-05-25 09:53:09
Printed Output:
Directions:
void main()
{
int a=5,b=10;
char x=1,y=0;
if(a,b,x,y)
{
printf("MAIN");
}
}
Question:
What is the output?
Option A):
MAIN is printed
Option B):
Nothing is printed
Option C):
Compiler Error
Option D):
AIN is printed
Correct Answer is Option B):
Nothing is printed
Failure is the first step towards seccess.
Offline
2015-05-25 09:53:09
- Advertisement
- Ads By Google
Re: Printed Output:
\n
Pages:: 1