what is the output of below pgm?
void main()
{
int i=0;
if(i)
printf("pass");
else
printf("fail");
}
Answer Posted / vignesh1988i
FAIL
THANK U
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is #line in c?
What are the applications of c language?
explain what are pointers?
Why does not c have an exponentiation operator?
Is it better to use a macro or a function?
Explain a file operation in C with an example.
What is void c?
I have a varargs function which accepts a float parameter?
Can you please explain the scope of static variables?
How are portions of a program disabled in demo versions?
What is function what are the types of function?
Place the #include statement must be written in the program?
What is a program?
What is mean by data types in c?
What is the concatenation operator?