#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
What is union and structure in c?
What is the use of a conditional inclusion statement in C?
What is a #include preprocessor?
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
What is pass by reference in functions?
What are lookup tables in c?
Process by which one bit pattern in to another by bit wise operation is?
What are the advantages and disadvantages of pointers?
Why is sizeof () an operator and not a function?
How can you find the day of the week given the date?
Find MAXIMUM of three distinct integers using a single C statement
How can I swap two values without using a temporary?
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
What is New modifiers?
The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference