Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

How can you pass an array to a function by value?

1099


Explain heap and queue.

1063


Tell me the use of bit field in c language?

1052


Write a progarm to find the length of string using switch case?

2052


how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software

3298


Do you know null pointer?

1011


Explain 'bus error'?

1067


Write programs for String Reversal & Palindrome check

1042


What does #pragma once mean?

1152


a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion

2764


What does the function toupper() do?

1103


Write a program to print fibonacci series using recursion?

1049


typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?

1624


Define macros.

1253


What does the file stdio.h contain?

1041