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
Can a void pointer point to a function?
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?
The difference between printf and fprintf is ?
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
What are the uses of null pointers?
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.
Why doesn't C support function overloading?
Why c is known as a mother language?
Can you define which header file to include at compile time?
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
Is fortran still used in 2018?
Explain About fork()?
What are variables c?
How many types of operators are there in c?