What is the Maximum Size that an Array can hold?
Answer Posted / aditi
it depends on compiler to compiler.
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
Is it possible to use a new for the reallocation of pointers ?
What are the four main data types?
What does the nocreate and noreplace flag ensure when they are used for opening a file?
What are default parameters? How are they evaluated in c++ function?
What is pointer with example?
write a corrected statement so that the instruction will work properly. if (4 < x < 11) y = 2 * x;
daily Routine of father
which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?
Write a program to interchange 2 variables without using the third one.
Explain differences between new() and delete()?
What are c++ storage classes?
Why is c++ a mid-level programming language?
What is singleton pattern in c++?
What is called array?
Why is polymorphism useful?