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 / vignesh1988i

according to my compailer it will have an error "function
called incorrectly"

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is strcmp in c?

1210


Is javascript based on c?

1113


How reliable are floating-point comparisons?

1140


Can you explain what keyboard debouncing is, and where and why we us it? please give some examples

2243


List the difference between a "copy constructor" and a "assignment operator"?

1060


Write a program on swapping (100, 50)

1165


formula to convert 2500mmh2o into m3/hr

1049


Difference between Function to pointer and pointer to function

1124


What is the g value paradox?

1246


What is union and structure?

1186


What is volatile variable in c?

1152


What are identifiers in c?

1238


Is c++ based on c?

1128


What are the different types of linkage exist in c?

1073


What are the properties of union in c?

1107