Why we are use # in begning of programme of c++.

Answers were Sorted based on User's Feedback



Why we are use # in begning of programme of c++...

Answer / 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

Why we are use # in begning of programme of c++...

Answer / durga.g

# is used to include the headerfiles or predefined files
into our programme.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More OOPS Interview Questions

Get me a number puzzle game-program

0 Answers  


Which type does string inherit from?

0 Answers  


What is the real time example of encapsulation?

0 Answers  


Can anyone please explain runtime polymorphism with a real time example??at what ciscumstances we go for it??

1 Answers  


What is difference between oop and pop?

0 Answers  






Program to check whether a word is in all capital letters

1 Answers  


How to overload postfix operator in c++

1 Answers   Mphasis,


Can you inherit a private class?

0 Answers  


what is oops

4 Answers   NIIT,


Which is the only operator in C++ which can be overloaded but NOT inherited?

8 Answers  


can we make a class static without using static keyword?

5 Answers   Aspire,


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?

1 Answers  


Categories