Answer Posted / srinath
C : is the Structured Based Programming language
C++ : is the Object oriented programming language
| Is This Answer Correct ? | 58 Yes | 3 No |
Post New Answer View All Answers
Define virtual constructor.
Write syntax to define friend functions in C++.
What is class syntax c++?
Why is that unsafe to deal locate the memory using free( ) if it has been allocated using new?
What do you mean by delegate? Can a user retain delegates?
Can member data be public?
Differentiate between C and C++.
What is diamond problem in c++?
Name the implicit member functions of a class.
What is a string example?
Does c++ vector allocate memory?
Why c++ is created?
What is the first name of c++?
When there is a global variable and local variable with the same name, how will you access the global variable?
Why do we need function?