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
Is register a keyword in c?
What does c mean in basketball?
What is advantage of pointer in c?
Write a program to show the change in position of a cursor using c
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
Write a program to swap two numbers without using the third variable?
How is pointer initialized in c?
Which is an example of a structural homology?
What are the 4 data types?
How can I do graphics in c?
What are the characteristics of arrays in c?
Subtract Two Number Without Using Subtraction Operator
What are the 32 keywords in c?
What are the application of c?
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above