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 the difference between a constructor and a destructor?
What is inheritance write a program to show use of inheritance?
What is the difference between procedural programming and oops?
What is the benefit of oop?
What makes a language oop?
Why do we need polymorphism in c#?
Why is oop useful?
Can a varargs method be overloaded?
Can we override main method?
Can static class have constructor?
What is meant by oops concept?
What is the use of oops?
How do you use inheritance in unity?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
How does polymorphism work?