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
What you know about structures in C++?
Why is it necessary to use a reference in the argument to the copy constructor?
What is a lambda function c++?
Can I learn c++ without c?
What is boyce codd normal form in c++?
What is bubble sort c++?
Will a C compiler always compile C++ code a) Yes b) No c) Only optimized compilers
Which bit wise operator is suitable for turning off a particular bit in a number?
What is an adaptor class or wrapper class in c++?
How would you use the functions memcpy(), memset(), memmove()?
A mXn matrix is given and rows and column are sorted as shown below.Write a function that search a desired entered no in the matrix .with minimum complexity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
How can a struct in c++ differs from a struct in c?
What are the uses of pointers?
What are abstract data types in c++?
Define pointers?