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

2)#include<iostream.h>
main()
{
printf("Hello World");
}
the program prints Hello World without changing main() the
o/p should
be
intialisation
Hello World
Desruct
the changes should be
a)iostream operator<<(iostream os, char*s)
os<<'intialisation'<<(Hello World)<<Destruct
b) c) d)none of the above

Answer Posted / renuka

c

Is This Answer Correct ?    1 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the meaning of keyword 'extern' in a function declaration.

1212


Can a pointer be null?

1083


What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.

2310


What is the benefit of using #define to declare a constant?

1154


Why is c faster?

1187


What is a far pointer in c?

1103


Why c is called procedure oriented language?

1109


Explain what is the difference between functions abs() and fabs()?

1262


How will you write a code for accessing the length of an array without assigning it to another variable?

1094


How can you determine the maximum value that a numeric variable can hold?

1301


What is the purpose of sprintf() function?

1189


How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same

1175


How can a process change an environment variable in its caller?

1239


What are global variables?

1269


How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?

1162