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 a class oop?
What makes a language oop?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
What are the features of oop?
What is overloading in oop?
what are the ways in which a constructors can be called?
What are the three parts of a simple empty class?
just right the logic of it 1--> If few people are electing then every time ur candidate should win 2--> arrange books in box, if box carry weight == books weight then take another box..... find the no of box required.
What is encapsulation process?
what is different between oops and c++
What is polymorphism explain?
What are the two different types of polymorphism?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
What is inheritance in oop?
What language is oop?