What are advantages of C++ when comparing with C?
Answer Posted / hari prasanth
c is a computer programming language and c++ is a object
oriented programming language
| Is This Answer Correct ? | 11 Yes | 3 No |
Post New Answer View All Answers
What are vtable and vptr?
Tell me what are static member functions?
True or false, if you keep incrementing a variable, it will become negative a) True b) False c) It depends
Write about the stack unwinding?
What is code reusability in c++?
What do you mean by enumerated data type?
Is it possible to have a recursive inline function in c++?
Is C++ case sensitive a) False b) Depends on implementation c) True
What is the advantage of c++ over c?
Explain what is class definition in c++ ?
What is late binding c++?
Explain the difference between c++ and java.
what is data abstraction in C++?
What is the difference between an external iterator and an internal iterator? Describe an advantage of the external iterator.
write a c++ program to create class student having datamember name,Roll_no,age,and branch intilcization all the member using constructor print the all the details on the screen.