What are the differences between a struct and a class in
C++?
Answer Posted / rajesh
shivani is wrong bec. structure is not inherited.
| Is This Answer Correct ? | 0 Yes | 6 No |
Post New Answer View All Answers
Distinguish between new and malloc and delete and free().
Is multimap sorted c++?
What are the stages in the development cycle?
What is the difference between structure and class?
What are register variables?
What ANSI C++ function clears the screen a) clrscr() b) clear() c) Its not defined by the ANSI C++ standard
What is oop in c++?
When does the c++ compiler create temporary variables?
What does I ++ mean in c++?
Is swift better than c++?
How long does it take to get good at leetcode?
What is overloading unary operator?
In int main(int argc, char *argv[]) what is argv[0] a) The first argument passed into the program b) The program name c) You can't define main like that
Explain the virtual inheritance in c++.
Can non graphic characters be used and processed in C++?