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
How do you define social class?
Explain virtual inheritance?
What does <> mean pseudocode?
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.
What are classes oop?
Why is object oriented programming so hard?
What are the 3 principles of oop?
How many human genes are polymorphic?
What is the difference between static polymorphism and dynamic polymorphism?
Can an interface inherit a class?
What is the types of inheritance?
What is ambiguity in inheritance?
can we make game by using c
What is a class in oop?
What are the benefits of interface?