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
write a program that withdrawals,deposits,balance check,shows mini statement. (using functions,pointers and arrays)
Explain what is oop?
Where do I find the current c or c++ standard documents?
Why is standard template library used?
How can an improvement in the quality of software be done by try/catch/throw?
What is the size of a vector?
Can java be faster than c++?
What are the comments in c++?
What is an object in c++?
What you know about structures in C++?
What is class and structure in c++?
How do I tokenize a string in c++?
Which is not an ANSII C++ function a) sin() b) tmpnam() c) kbhit()
Declare a class vehicle and make it an abstract data type.
What is polymorphism & list its types in c++?