Why we are use # in begning of programme of c++.
Answers were Sorted based on User's Feedback
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 |
Answer / durga.g
# is used to include the headerfiles or predefined files
into our programme.
| Is This Answer Correct ? | 2 Yes | 0 No |
Why do we use polymorphism in oops?
What is static in oop?
What is difference between data abstraction and encapsulation?
What is cohesion in oop?
why constructor cannt be declar virtually? why destructor cannt be overloaded?
what is the main difference between c and c++?
386 Answers AZTEC, B.Tech, CMC, College School Exams Tests, HCL, IBM, ITM, Khalsa Institute, Microsoft, Oracle, Sanjeevni Institute, TCS, Tech Mahindra, Wipro, ZeOmega,
2. Give the different notations for the class.\
What is encapsulation in oop?
what is an qt4 interface?
What is destructor give example?
What do we mean by a hidden argument in a function?
What are functions in oop?