What is the difference between Class and Structure?
Answer Posted / mm .mm
class can be used in other project ... but stucture can not
be used it's only present in the main
| Is This Answer Correct ? | 20 Yes | 48 No |
Post New Answer View All Answers
What do you mean by function pointer?
Do you know about latest advancements in C++ ?
What do you mean by volatile and mutable keywords used in c++?
What is token c++?
How can we access protected and private members of a class?
What function initalizes variables in a class: a) Destructor b) Constitutor c) Constructor
What is the maximum combined length of command line arguments including the space between adjacent arguments?
What do the header files usually contains?
What are single and multiple inheritances in c++?
Explain Memory Allocation in C/C++ ?
Explain all the C++ concepts using examples.
Which one is better- macro or function?
What is an orthogonal base class in c++?
What is the difference between cin.read() and cin.getline()?
an operation between an integer and real always yeilds a) integer result b) real result c) float result