What is the Difference between "C structure" and "C++
structure"?
Answer Posted / sai
c is a structured programming language where as c++ object
oriented programming language
Is This Answer Correct ? | 6 Yes | 12 No |
Post New Answer View All Answers
Explain friend class?
Snake Game: This is normal snake game which you can find in most of the mobiles. You can develop it in Java, C/C++, C# or what ever language you know.
What is atoi?
How can a called function determine the number of arguments that have been passed to it?
Where and why do I have to put the "template" and "typename" keywords?
What is the use of ::(scope resolution operator)?
why and when we can declar member fuction as a private in the class?
What is a tuple c++?
Can non-public members of another instance of the class be retrieved by the method of the same class?
What is the v-ptr?
Is string data type in c++?
What is the basic structure of c++ program?
Can you overload the operator+ for short integers?
What is the difference between struct and class?
What do you mean by enumerated data type?