What are the differences between a struct in C and in C++?
Answer Posted / anoop chaurasiya
c structure does not support the concept of data hiding but
in approach of c++ class support the concept of data hiding.
| Is This Answer Correct ? | 17 Yes | 5 No |
Post New Answer View All Answers
What is a constructor and how is it called?
What does std :: flush do?
What do you mean by translation unit in c++?
What are stacks? Give an example where they are useful.
If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3
What is a map in c++?
Are iterators pointers?
Is c++ map a hash table?
Explain the static member function.
What is the full form of ios?
Why c++ is so important?
Explain Memory Allocation in C/C++ ?
How do you import payscale data from non SAP to SAP?is it through LSMW or any other way is there?
What is purpose of abstract class?
Why main function is special in c++?