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

d

Is This Answer Correct ?    12 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between malloc calloc and realloc in c?

1094


What should malloc(0) do?

1078


write a program for the normal snake games find in most of the mobiles.

2229


How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?

992


What is difference between constant pointer and constant variable?

1246


How does #define work?

1036


What does the file stdio.h contain?

1023


How can I discover how many arguments a function was actually called with?

1039


What is the difference between ++a and a++?

1170


how should functions be apportioned among source files?

1076


What is the difference between abs() and fabs() functions?

1089


Can math operations be performed on a void pointer?

1017


Write a c program to demonstrate character and string constants?

2143


write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays

2207


main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above

1061