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 class to class type conversion and copy constructor ?
difference between overloading and overridding
What is the important feature of inheritance?
what is mean by design pattern
Can we create object of abstract class?
What is encapsulation with example?
what is the difference between <stdio.h>and "stdio.h"?
What are the types of abstraction?
What normal C constructs work differently in C++?
Explain the concept of abstracion and encapsulation with one example. What is the difference between them?
What is the use of oops?
Name an advantage of linked list over array?