Answer Posted / vinay bondade
Everything for what a class is implemented holds good for
structure also in C++. The only difference is the
attributes in a class if access specifiers are not
specified they are Private members but for structure they
are public members.
| Is This Answer Correct ? | 24 Yes | 1 No |
Post New Answer View All Answers
How long does it take to get good at leetcode?
Explain mutable storage class specifier.
What is the most useful programming language?
What do you mean by vtable and vptr in c++?
What is an adaptor class or wrapper class in c++?
What does count ++ do in c++?
Write a program using display() function which takes two arguments.
What is the purpose of templates in c++?
Explain the term memory alignment?
What is unary operator? List out the different operators involved in the unary operator.
What is cin clear () in c++?
What is difference between array and vector in c++?
Describe friend function & its advantages.
What is an inclusion guard?
What is a stack? How it can be implemented?