#include<conio.h>
#include<stdio.h>
void main()
{
int i;
if(1,0,2,3)
{
printf("if");
}
else
{
printf("else");
}
getch();
}
Can any body tell the answer of this question with explanation?

Answer Posted / guest

yhaa... it will print if....... okay...


why u know.... because in if condition u r not checking any
conditions... thatis why,,,,,

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why do we use int main?

616


What are the application of c?

652


Explain what is the difference between functions getch() and getche()?

612


What is difference between %d and %i in c?

698


what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

1892






List a few unconditional control statement in c.

564


What is a pointer value and address in c?

636


Where local variables are stored in c?

558


List some basic data types in c?

561


What is function pointer c?

586


Explain the difference between #include "..." And #include <...> In c?

635


What does printf does?

753


Does free set pointer to null?

566


Why we use int main and void main?

541


How many levels deep can include files be nested?

654