What is the difference between Class and Structure?
Answer Posted / arun
a structure is nothing but a structure.a class is nothing
but a class
| Is This Answer Correct ? | 2 Yes | 26 No |
Post New Answer View All Answers
What is vector processing?
What are the unique features of C++.
What is scope in c++ with example?
What is the basic difference between C and C++?
What is stack unwinding?
What is an incomplete type in c++?
Which is most difficult programming language?
Explain linear search.
What is vectorial capacity?
Explain the concept of dynamic allocation of memory?
What does return 0 do in c++?
What is private public protected in c++?
If horse and bird inherit virtual public from animal, do their constructors initialize the animal constructor? If pegasus inherits from both horse and bird, how does it initialize animal’s constructor?
Is c++ an integer?
Are vectors passed by reference c++?