What is the Maximum Size that an Array can hold?
Answer Posted / sahadev tarei
How many bite available in your ram
| Is This Answer Correct ? | 10 Yes | 45 No |
Post New Answer View All Answers
What is time h in c++?
I was a c++ code and was asked to find out the bug in that. The bug was that he declared an object locally in a function and tried to return the pointer to that object. Since the object is local to the function, it no more exists after returning from the function. The pointer, therefore, is invalid outside.
How does java differ from c and c++?
What are friend functions in C++?
Why do we need function?
Why c++ is faster than java?
We use library functions in the program, in what form they are provided to the program?
What are friend classes?
Is c++ vector a linked list?
Why #include is used?
How does the copy constructor differ from the assignment operator (=)?
Are iterators pointers?
What is a .lib file in c++?
What is enum class in c++?
What do you mean by persistent and non persistent objects?