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
my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?
What is cohesion in c?
Why do we need arrays in c?
What is the use of extern in c?
Why does not c have an exponentiation operator?
How can you draw circles in C?
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.?
Do you know the use of fflush() function?
Explain the difference between the local variable and global variable in c?
Explain a pre-processor and its advantages.
Are pointers really faster than arrays?
If you know then define #pragma?
Explain the difference between strcpy() and memcpy() function?
What is file in c language?
What is the function of volatile in c language?