what is the output of below pgm?
void main()
{
int i=0;
if(i)
printf("pass");
else
printf("fail");
}
Answer Posted / sweta
fail
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
What is indirection? How many levels of pointers can you have?
What is the function of multilevel pointer in c?
How can I open a file so that other programs can update it at the same time?
What is string in c language?
Can you explain what keyboard debouncing is, and where and why we us it? please give some examples
Can a pointer be volatile in c?
Why is this loop always executing once?
What is null pointer constant?
how to create duplicate link list using C???
How do I send escape sequences to control a terminal or other device?
Write a code on reverse string and its complexity.
What are the data types present in c?
Do you know the use of fflush() function?
write a program to display all prime numbers