what is the emaning of '#include" "'?

Answer Posted / p.madhupriya

It is prerocessor

Is This Answer Correct ?    0 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a program in C++ for Fibonacci series

655


Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);

610


What is oop in c++?

591


How would you use qsort() function to sort an array of structures?

710


What are the operators in c++?

587






What is #include sstream?

611


Can I have a reference as a data member of a class? If yes, then how do I initialise it?

697


Describe linkages and types of linkages?

557


Explain the difference between realloc() and free() in c++?

526


Are vectors faster than arrays?

565


What is const pointer and const reference?

583


What is rtti in c++?

619


Is turbo c++ free?

613


How the programmer of a class should decide whether to declare member function or a friend function?

675


Differentiate between an inspector and a mutator ?

698