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
Write program to remove duplicate in an array?
What is a list in c?
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
Who is the founder of c language?
What is structure padding and packing in c?
What is difference between main and void main?
Can an array be an Ivalue?
What is the difference between a function and a method in c?
Is linux written in c?
How are structure passing and returning implemented?
Differentiate between new and malloc(), delete and free() ?
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above
Write a program on swapping (100, 50)
what is ur strangth & weekness
What are pointers really good for, anyway?