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
What is difference between function overloading and operator overloading?
Is it better to bitshift a value than to multiply by 2?
What’s a signal? Explain what do I use signals for?
What is queue in c?
Tell us bitwise shift operators?
What are the types of arrays in c?
Explain how are portions of a program disabled in demo versions?
What is the full form of getch?
What is the difference between strcpy() and memcpy() function in c programming?
Explain is it better to bitshift a value than to multiply by 2?
What are the ways to a null pointer can use in c programming language?
write a program to find the given number is prime or not
What is function in c with example?
How can you increase the size of a dynamically allocated array?
What is methods in c?