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
When do we get logical errors?
hi send me sample aptitude papers of cts?
Write a program to swap two numbers without using third variable?
What is table lookup in c?
Explain what is page thrashing?
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?
What is integer constants?
Define VARIABLE?
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER
What is assert and when would I use it?
How would you rename a function in C?
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
What is extern storage class in c?