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

b

Is This Answer Correct ?    1 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

show how link list can be used to repersent the following polynomial i) 5x+2

1679


Which header file is essential for using strcmp function?

946


what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above

680


What is function prototype in c language?

617


What is difference between class and structure?

571






Give the rules for variable declaration?

679


How can variables be characterized?

1652


What is the difference between fread buffer() and fwrite buffer()?

674


Ow can I insert or delete a line (or record) in the middle of a file?

577


What is volatile variable in c with example?

589


How many levels deep can include files be nested?

653


Explain About fork()?

648


Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix

1519


Describe the difference between = and == symbols in c programming?

779


If null and 0 are equivalent as null pointer constants, which should I use?

582