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
How can you access memory located at a certain address?
#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }
What is output redirection?
What is the use of define in c?
Can you return null in c?
What are the different categories of functions in c?
Is there a way to jump out of a function or functions?
What is difference between constant pointer and constant variable?
What is null in c?
What is a struct c#?
Why isn't it being handled properly?
How can I do peek and poke in c?
How do I round numbers?
What is the difference between memcpy and memmove?
What is the size of empty structure in c?