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...

Study the code:
void show()
main()
{
show();
}
void show (char *s)
{
printf("%sn",s);
}
What will happen if it is compiled & run on an ANSI C
Compiler?
A)It will compile & nothing will be printed when it is
executed
B)it will compile but not link
C)the compiler will generate an error
D)the compiler will generate a warning

Answer Posted / manjeet

Then answer wll be (B) will compile but not link

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are global variables and how do you declare them?

1072


Explain how do you sort filenames in a directory?

1024


In C programming, how do you insert quote characters (‘ and “) into the output screen?

1510


Define the scope of static variables.

1113


Can we declare function inside main?

986


Function calling procedures? and their differences? Why should one go for Call by Reference?

1073


What are the types of data structures in c?

1130


What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25

1966


Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?

1108


What is the difference between malloc() and calloc()?

1804


What are file streams?

994


What is c language and why we use it?

1053


What is function definition in c?

1067


How many header files are in c?

1017


What is the use of getchar() function?

1114