what is the output of the below code?


main( )
{
printf ( "\nOnly stupids use C?" ) ;
display( ) ;
}
display( )
{
printf ( "\nFools too use C!" ) ;
main( ) ;
}

Answer Posted / shrikantauti

such loops are known as infinite loop or odd loop.

Is This Answer Correct ?    6 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are c preprocessors?

670


Why does everyone say not to use scanf? What should I use instead?

678


Can you please explain the scope of static variables?

597


Can a pointer point to null?

582


Write a simple code fragment that will check if a number is positive or negative.

702






What are global variables?

638


What is the difference between variable declaration and variable definition in c?

557


Write a program on swapping (100, 50)

634


What is a stream water?

647


What are the advantages of using linked list for tree construction?

637


What is c programming structure?

614


What are bitwise shift operators in c programming?

639


When can a far pointer be used?

584


What does c value mean?

616


Explain what math functions are available for integers? For floating point?

606