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
What is abstract class in c++?
What is data binding in c++?
Difference between declaration and definition of a variable.
How static variables and local variablesare similar and dissimilar?
What do you mean by translation unit in c++?
Explain pass by value and pass by reference.
What does return 0 do in c++?
What is the use of seekg in c++?
Can we change the basic meaning of an operator in c++?
What do you understand by pure virtual function? Write about its use?
How important is c++?
What is the difference between while and do while loop? Explain with examples.
Give example of a pure virtual function in c++?
Do class declarations end with a semicolon? Do class method definitions?
Explain deep copy and a shallow copy?