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
Which one is better- macro or function?
What is token c++?
How do you generate a random number in c++?
How do I tokenize a string in c++?
write a corrected statement in c++ so that the statement will work properly. x = y = z + 3a;
What is null c++?
What is pair in c++?
Describe the advantages of operator overloading?
Out of fgets() and gets() which function is safe to use?
Should you pass exceptions by value or by reference?
How new/delete differs from malloc()/free?
What causes a runtime error c++?
Is c++ faster than c?
What are the unique features of C++.
How do you define a class in c++?