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
Can private class be inherited?
What is an interface in oop?
What is the main purpose of inheritance law?
What is difference between multiple inheritance and multilevel inheritance?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
What is polymorphism and why is it important?
Where is pseudocode used?
What is byval and byref? What are differences between them?
Can a destructor be called directly?
which feature are not hold visual basic of oop?
What is the advantage of oop over procedural language?
What are the 4 main oop principles?
any one please tell me the purpose of operator overloading
What is the important feature of inheritance?
Describe these concepts: Polymorphism, Inheritance and Abstraction.