What is the Maximum Size that an Array can hold?
Answer Posted / giri
I think array size is depend on size of Stack in which it
get store
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Is c++ an oop?
If you want to share several functions or variables in several files maitaining the consistency how would you share it?
What will strcmp("Astring", "Astring"); return a) A positive value b) A negative value c) Zero
How do I write a c++ program?
What are containers in c++?
Tell me difference between constant pointer and pointer to a constant.
What is overloading unary operator?
Explain bubble sorting.
What is c++ course?
Write a function that swaps the values of two integers, using int* as the argument type?
What flag means?
How does c++ sort work?
Why is the function main() special?
Why should we use null or zero in a program?
Is it possible for the objects to read and write themselves?