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 |
What is the difference between pass by reference and pass by value?
Write on signed and unsigned integers and give three (3) examples each
what is a ststic variable and stiticfunction briefly explain with exmple and in which case we use
What is class and object with example?
write a program which best describes polymorphism in real world?
2 Answers CTS, Infosys, NexGen,
The company is a fake company asking for money of RS10000 while training and not offering a job after training. My humble request to you people not to attend Astersys interview
What is the use of oops?
Why do we use polymorphism in oops?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
Which is faster post increment or pre increment ? and in which cases should u use either - to increase speed?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
Difference between new operator and operator new