What is the Maximum Size that an Array can hold?
Answer Posted / narendra nagesh
it's depends upon the ram mamory.
| Is This Answer Correct ? | 99 Yes | 41 No |
Post New Answer View All Answers
Why should we use null or zero in a program?
Write a code/algo to find the frequency of each element in an array?
Can I have a reference as a data member of a class? If yes, then how do I initialise it?
What is null pointer and void pointer and what is their use?
Define the operators that can be used with a pointer.
What is the insertion operator and what does it do?
Why the usage of pointers in C++ is not recommended ?
write a corrected statement so that the instruction will work properly. if (4 < x < 11) y = 2 * x;
What is an accessor in c++?
How much maximum can you allocate in a single call to malloc()?
Should a constructor be public or private?
Explain the difference between new() and malloc() in c++?
List the issue that the auto_ptr object handles?
What is the type of this pointer in c++?
I want explanation for this assignment: how to connect mysql database using c/c++,please explain this detailly?