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 / beedha
b
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
Differentiate between ordinary variable and pointer in c.
What is double pointer in c?
What is structure of c program?
Can you subtract pointers from each other? Why would you?
What are structure members?
What is data structure in c language?
Write a code to generate a series where the next element is the sum of last k terms.
How can you tell whether two strings are the same?
Why we use stdio h in c?
Why should I use standard library functions instead of writing my own?
Are pointers really faster than arrays?
What is difference between array and structure in c?
How can you restore a redirected standard stream?
What is #define size in c?
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?