What is the Difference between "C structure" and "C++
structure"?
Answer Posted / guest
C++ DOES NOT HAVE INHERITANCE IT DOSE NOT HAVE POINTERS N
HEADER FILES
| Is This Answer Correct ? | 7 Yes | 33 No |
Post New Answer View All Answers
Define a pdb file.
How do you master coding?
What is an inclusion guard?
Is there a sort function in c++?
Differences between private, protected and public and give examples.
Incase of a function declaration, what is extern means?
Can I uninstall microsoft c++ redistributable?
What is the difference between new() and malloc()?
How does work in c++?
What is a hashmap c++?
What are disadvantages of pointers?
Where are setjmp and longjmp used in c++?
We all know that a const variable needs to be initialized at the time of declaration. Then how come the program given below runs properly even when we have not initialized p?
What is the use of vtable?
What is a stack c++?