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

a

Is This Answer Correct ?    2 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Do you know the difference between malloc() and calloc() function?

1112


Using which language Test cases are added in .ptu file of RTRT unit testing???

4357


Why do we use main function?

1238


Why ca not I do something like this?

1069


Can a pointer be volatile in c?

1044


What is the heap?

1266


What does c mean in standard form?

1248


Explain the difference between getch() and getche() in c?

1056


Explain how can you tell whether a program was compiled using c versus c++?

1148


What is the difference between call by value and call by reference in c?

1216


Explain the difference between structs and unions in c?

1071


Can a variable be both static and volatile in c?

1084


What is the difference between the local variable and global variable in c?

1017


How can you pass an array to a function by value?

1182


What does the message "automatic aggregate intialization is an ansi feature" mean?

1247