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
What is register variable in c language?
What are the types of data structures in c?
How to define structures? ·
Differentiate between the expression “++a” and “a++”?
When should a type cast be used?
What are the various types of control structures in programming?
How can I read in an object file and jump to locations in it?
what is the format specifier for printing a pointer value?
What are header files in c programming?
What are derived data types in c?
What is the sizeof () a pointer?
How can I sort more data than will fit in memory?
Write a simple code fragment that will check if a number is positive or negative.
What is a structural principle?
What is a program?