What is the Maximum Size that an Array can hold?
Answer Posted / chandrakant rohi
depend upon ram memory
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What are function prototypes?
What c++ is used for?
Is turbo c++ free?
What is a .lib file in c++?
Explain shallow copy?
Which is not a valid keyword a) public b) protected c) guarded
How can you quickly find the number of elements stored in a dynamic array? Why is it difficult to store linked list in an array?
What is a .h file c++?
A mXn matrix is given and rows and column are sorted as shown below.Write a function that search a desired entered no in the matrix .with minimum complexity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Explain what you mean by a pointer.
How do I tokenize a string in c++?
How would you obtain segment and offset addresses from a far address of a memory location?
Difference between inline functions and macros?
What are protected members in c++?
Explain the concept of memory leak?