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
Explain the differences between list x; & list x();.
Carry out conversion of one object of user-defined type to another?
What are the various storage classes in C++?
What is a modifier in c++?
How do you import payscale data from non SAP to SAP?is it through LSMW or any other way is there?
why is iostream::eof inside a loop condition considered wrong?
What is the use of object in c++?
What does the linker do?
Where do I find the current c or c++ standard documents?
What is the iunknown interface?
Can we define function inside main in c++?
What is function prototyping?
Explain the difference between abstract class and interface in c++?
Do the parentheses after the type name make a difference with new?
Can comments be longer than one line?