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 / steve booth

The character strings will be concatenated, but NO space will be inserted between the first and second. The correct answer is "chennaisuperkings".

Is This Answer Correct ?    8 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Here is a good puzzle: how do you write a program which produces its own source code as output?

1173


How many data structures are there in c?

1170


write a program to create a sparse matrix using dynamic memory allocation.

4957


How can I open files mentioned on the command line, and parse option flags?

1105


What is s in c?

1097


What is an lvalue?

1107


How can I swap two values without using a temporary?

1155


How was c created?

1093


"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above

1074


What is the difference between procedural and declarative language?

1190


How pointers are declared?

1011


An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above

1264


What is c method?

1047


How do you override a defined macro?

1317


What are the types of data types and explain?

1132