What is the Difference between "C structure" and "C++
structure"?
Answer Posted / sanket
In C++ structure you can add functions whereas in C
structure you cannot!
| Is This Answer Correct ? | 39 Yes | 10 No |
Post New Answer View All Answers
By using c++ with an example describe linked list?
Why can templates only be implemented in the header file?
give me an example for testing a program showing the test path .show how the test is important and complex.
Do the parentheses after the type name make a difference with new?
Can I have a reference as a data member of a class? If yes, then how do I initialise it?
How can you quickly find the number of elements stored in a dynamic array? Why is it difficult to store linked list in an array?
What is the use of class in c++?
What is the difference between new() and malloc()?
What is c++ try block?
Explain selection sorting?
What is general form of pure virtual function? Explain?
How do you generate a random number in c++?
What is the basic structure of a c++ program?
What is pair in c++?
Does c++ have string data type?