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
Answers were Sorted based on User's Feedback
What is the use of getchar() function?
A program to allow an input operand and operator from the operator and read on the display and output operand.
Define Spanning-Tree Protocol (STP)
write a program in 'c' to find the value of p[i+1]^n.p,i,n are arguments of a macro and n is a integer
which type of question asked from c / c++ in interview.
What is bubble sort technique in c?
write a program to remove duplicate from an ordered char array? in c
Explain what’s a signal? Explain what do I use signals for?
How to establish connection with oracle database software from c language?
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
What is function in c with example?
what are the different storage classes in c?