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 following program main();{printf
("chennai""superkings"};

a. Chennai

b. superkings

c. error

d. Chennai superkings

Answer Posted / goutham

error

declaration error after main() that is it declared as main();

Is This Answer Correct ?    11 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the different data types in C?

1249


Explain the red-black trees?

1202


What is c variable?

1099


What is double pointer in c?

1089


How can you invoke another program from within a C program?

1121


How can I convert a number to a string?

1254


Explain how do you use a pointer to a function?

1158


Can a pointer be null?

1080


any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above

1201


What is the auto keyword good for?

1231


Explain the array representation of a binary tree in C.

1285


What is the collection of communication lines and routers called?

1180


What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?

1189


Can we change the value of constant variable in c?

1114


program to find out date after adding 31 days to a date in the month of febraury also consider the leap year

3149