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 are enumerations?
What are the storage qualifiers?
What is a pointer with example?
What is c++ 11 and c++ 14?
When one must use recursion function? Mention what happens when recursion functions are declared inline?
What is bubble sort c++?
Write a short code using c++ to print out all odd number from 1 to 100 using a for loop
what is a reference variable in C++?
What are the advantages of using pointers in a program?
What is an accessor in c++?
How do I make turbo c++ full screen?
What is jump statement in C++?
What is the basic of c++?
What is switch case in c++ syntax?
Do you know what are the new features that iso/ansi c++ has added to original c++ specifications?