Answer Posted / angad kumar
'# INCLUDE " "' IS THE PREPROCESSOR DIRECTIVES It creates a
link to the library stdio.h and <iostream.h >.
| Is This Answer Correct ? | 23 Yes | 3 No |
Post New Answer View All Answers
Explain the differences between list x; & list x();.
Can java be faster than c++?
How does the copy constructor differ from the assignment operator (=)?
What is the difference between strcpy() and strncpy()?
If you hear the cpu fan is running and the monitor power is still on, but you did not see anything show up in the monitor screen. What would you do to find out what is going wrong?
Differentiate between an inspector and a mutator ?
How java is different from c and c++?
Is c++ double?
What are the restrictions apply to constructors and destructors?
What can I use instead of namespace std?
Define a conversion constructor?
Describe linkages and types of linkages?
What is a storage class? Mention the storage classes in c++.
write a corrected statement in c++ so that the statement will work properly. x = y = z + 3a;
What is the limitation of cin while taking input for character array?