what is the output of the below code?
main( )
{
printf ( "\nOnly stupids use C?" ) ;
display( ) ;
}
display( )
{
printf ( "\nFools too use C!" ) ;
main( ) ;
}
Answer Posted / vijay gupta
it well goes in indefinite loop
| Is This Answer Correct ? | 30 Yes | 2 No |
Post New Answer View All Answers
How can you pass an array to a function by value?
Explain heap and queue.
Tell me the use of bit field in c language?
Write a progarm to find the length of string using switch case?
how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software
Do you know null pointer?
Explain 'bus error'?
Write programs for String Reversal & Palindrome check
What does #pragma once mean?
a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion
What does the function toupper() do?
Write a program to print fibonacci series using recursion?
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
Define macros.
What does the file stdio.h contain?