Why we are use # in begning of programme of c++.
Answer Posted / supriya
#include instruction will include the definitions of all
predefined functions of the header file that is specified
with this instruction before the program is made executable
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is polymorphism what is it for and how is it used?
What is destructor oops?
How to use CMutex, CSemaphore in VC++ MFC
officer say me - i am offered to a smoking , then what can you say
write a program to find 2 power of a 5digit number with out using big int and exponent ?
What is an advantage of polymorphism?
What is advantage of inheritance?
#include
Who invented oop?
What is polymorphism used for?
write a program to find 2^n+1 ?
hi all..i want to know oops concepts clearly can any1 explain??
What is class encapsulation?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
What is the difference between abstraction and polymorphism?