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
What is && in c programming?
What are qualifiers?
What is zero based addressing?
I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.
Do character constants represent numerical values?
Is c easier than java?
What is the difference between #include and #include 'file' ?
What is the difference between functions abs() and fabs()?
When do we get logical errors?
a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f
When is the “void” keyword used in a function?
What is the purpose of main( ) in c language?
What is the code for 3 questions and answer check in VisualBasic.Net?
How many keywords (reserve words) are in c?
Why is c called "mother" language?