what is the C++
Answer / atasi jena
c++ is a object oriented programming language which provides different mechanism like inheritance, polymerphism, template, data abstraction over c.
| Is This Answer Correct ? | 11 Yes | 0 No |
Generally variables are stored in heap memory. When he variables are created in stack?
What is vector pair in c++?
What are maps in c++?
What is the difference between delegation and implemented-in-terms-of?
What happens when the extern "c" char func (char*,waste) executes?
Is std :: string immutable?
What are the benefits of pointers?
in C++ , the word plus plus who found this?
Explain the register storage classes in c++.
If there are 1 to 100 Numbers in array of 101 elements. Which is the easy way to find repeated number?
What are the restrictions apply to constructors and destructors?
Write a function to find the nth item from the end of a linked list in a single pass.