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



2)#include<iostream.h> main() { printf("Hello World"); } the program prints Hel..

Answer / anitha

d

Is This Answer Correct ?    12 Yes 5 No

2)#include<iostream.h> main() { printf("Hello World"); } the program prints Hel..

Answer / sheeba

a

Is This Answer Correct ?    2 Yes 3 No

2)#include<iostream.h> main() { printf("Hello World"); } the program prints Hel..

Answer / renuka

c

Is This Answer Correct ?    1 Yes 3 No

2)#include<iostream.h> main() { printf("Hello World"); } the program prints Hel..

Answer / beedha

b

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More C Interview Questions

What is Function Pointer? Explain with example?

3 Answers  


How many keywords are there in c?

0 Answers  


What is a protocol in c?

0 Answers  


what is the mean of c languages.

1 Answers   Polaris,


Can I initialize unions?

0 Answers  






State two uses of pointers in C?

0 Answers   Aspire, Infogain,


to get a line of text and count the number of vowels in it

3 Answers   Satyam,


a.One Cannot Take the address of a Bit Field b.bit fields cannot be arrayed c.Bit-Fields are machine Dependant d.Bit-fields cannot be declared as static Which of the Following Statements are true w.r.t Bit-Fields A)a,b&c B)Only a & b C)Only c D)All

3 Answers   Accenture, Digg.com,


Is the C language is the portable language...If yes...Then Why...and if not then what is problem so it is not a Portable language..???

2 Answers   TCS,


what do the 'c' and 'v' in argc and argv stand for?

0 Answers   TISL,


WHAT IS MEANT BY LIFE?

2 Answers  


How can you allocate arrays or structures bigger than 64K?

0 Answers  


Categories