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 / anitha

d

Is This Answer Correct ?    12 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain is it valid to address one element beyond the end of an array?

736


How do you view the path?

671


How can I do peek and poke in c?

622


When do we get logical errors?

639


Explain what are bus errors, memory faults, and core dumps?

792






What is the explanation for modular programming?

688


What is the scope of an external variable in c?

570


show how link list can be used to repersent the following polynomial i) 5x+2

1679


What are the different types of endless loops?

625


What are the different types of objects used in c?

578


What is difference between constant pointer and constant variable?

630


How can I get random integers in a certain range?

614


Write a program of prime number using recursion.

622


How to explain the final year project as a fresher please answer with sample project

472


What is the purpose of macro in C language?

664