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

How to write a code for implementing my own printf() and scanf().... Please hep me in this... I need a guidance... Can you give an coding for c... Please also explain about the header files used other than #include...

4906


explain what are pointers?

619


what is the diffrenet bettwen HTTP and internet protocol

1394


State the difference between x3 and x[3].

652


What are the three constants used in c?

547






What is void c?

569


What are the valid places to have keyword “break”?

651


What is the difference between array and structure in c?

572


What is #ifdef ? What is its application?

650


What is string function in c?

541


How do I send escape sequences to control a terminal or other device?

613


What is nested structure with example?

625


Are the variables argc and argv are always local to main?

574


What is #define used for in c?

616


What are the Advantages of using macro

688