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 public protected and private in c++?
What are the main features of c++?
How is new() different from malloc()?
Is it possible to have a recursive inline function in c++?
Can comments be nested?
Write a program using merge () function to combine the elements of array x[ ] and y[ ] into array z[ ].
Can we use struct in c++?
What is copy constructor? Can we make copy constructor private in c++?
How do pointers work?
What is a template in c++?
Why c++ does not have finally?
Name four predefined macros.
What is function overloading in C++?
In which situation the program terminates before reaching the breakpoint set by the user at the beginning of the mainq method?
Write a program to find the reverse Fibonacci series starting from N.