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

my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?

1235


What is cohesion in c?

647


Why do we need arrays in c?

686


What is the use of extern in c?

740


Why does not c have an exponentiation operator?

705






How can you draw circles in C?

719


Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?

716


Do you know the use of fflush() function?

696


Explain the difference between the local variable and global variable in c?

703


Explain a pre-processor and its advantages.

727


Are pointers really faster than arrays?

662


If you know then define #pragma?

762


Explain the difference between strcpy() and memcpy() function?

678


What is file in c language?

671


What is the function of volatile in c language?

756