Why we are use # in begning of programme of c++.
Answer Posted / 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 View All Answers
Why is static class not inherited?
How can you overcome the diamond problem in inheritance?
What is polymorphism and why is it important?
What is class and example?
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
What is encapsulation selenium?
What is inheritance write a program to show use of inheritance?
What is the difference between a mixin and inheritance?
Why is encapsulation used?
What is polymorphism what are the different types of polymorphism?
What is variable example?
What is for loop and its syntax?
Can you inherit a private class?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
Why is abstraction used?