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
Is c programming hard?
What is a stream water?
write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?
What are control structures? What are the different types?
Are there namespaces in c?
Can a file other than a .h file be included with #include?
What is the meaning of 2d in c?
What is void main () in c?
Are bit fields portable?
What are linker error?
What is auto keyword in c?
What are the standard predefined macros?
Is a pointer a kind of array?
Here is a neat trick for checking whether two strings are equal