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
What is void pointer in c++ with example?
What are static member functions?
Will a recursive function without an end condition every quit, in practice a) Compiler-Specific (Some can convert to an infinite loop) b) No c) Yes
What is the default width for ouputting a long integer using the insertion operator?
What can I use instead of namespace std?
How do I run a program in notepad ++?
What do you mean by function overriding & function overloading in c++?
what are the decision making statements in C++? Explain if statement with an example?
What is a pointer how and when is it used?
Describe Trees using C++ with an example.
What programming language should I learn first?
What is #include iostream in c++?
Can we use clrscr in c++?
What are register variables?
Explain the register storage classes in c++.