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 / anitha
d
| Is This Answer Correct ? | 12 Yes | 5 No |
Post New Answer View All Answers
What is the auto keyword good for?
Write a code to determine the total number of stops an elevator would take to serve N number of people.
How do you list files in a directory?
Explain what is the difference between the expression '++a' and 'a++'?
What is array of structure in c programming?
What is f'n in math?
FILE PROGRAMMING
What is use of integral promotions in c?
What is an array in c?
Can we assign integer value to char in c?
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
What is the deal on sprintf_s return value?
How does normalization of huge pointer works?
What are the various types of control structures in programming?
Hai what is the different types of versions and their differences