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
Explain the meaning of keyword 'extern' in a function declaration.
Can a pointer be null?
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
What is the benefit of using #define to declare a constant?
Why is c faster?
What is a far pointer in c?
Why c is called procedure oriented language?
Explain what is the difference between functions abs() and fabs()?
How will you write a code for accessing the length of an array without assigning it to another variable?
How can you determine the maximum value that a numeric variable can hold?
What is the purpose of sprintf() function?
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
How can a process change an environment variable in its caller?
What are global variables?
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?