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

a

Is This Answer Correct ?    2 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I do graphics in c?

597


What is const and volatile in c?

567


What are the types of macro formats?

611


Why doesnt the call scanf work?

676


What is adt in c programming?

612






What is data structure in c language?

608


What is a program flowchart?

605


How can a string be converted to a number?

519


Explain the use of #pragma exit?

699


What is c programming structure?

620


Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......

1745


Why is struct padding needed?

634


I need previous papers of CSC.......plz help out by posting them.......

1818


Explain is it valid to address one element beyond the end of an array?

736


Explain the difference between ++u and u++?

640