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 the basis for selection of arrays or pointers as data structure in a program
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
What are pointers really good for, anyway?
Differentiate between static and dynamic modeling.
How do you use a pointer to a function?
how to capitalise first letter of each word in a given string?
i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none
how to make a scientific calculater ?
What is the easiest sorting method to use?
What are the types of operators in c?
What are the advantages of union?
What is c definition?
What are the different types of control structures?
Explain the use of fflush() function?
How does struct work in c?