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 do you mean by dynamic memory allocation in c? What functions are used?
How would you rename a function in C?
How can you be sure that a program follows the ANSI C standard?
What is the heap in c?
How do you redirect a standard stream?
What is s or c?
What is a MAC Address?
What is 1f in c?
how can I convert a string to a number?
What is 1d array in c?
What are the two types of functions in c?
What is the newline escape sequence?
Explain what is a const pointer?
Explain the properties of union. What is the size of a union variable
Define recursion in c.