What is the Maximum Size that an Array can hold?
Answer Posted / jeff
it depends on the os bit
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why is c++ so fast?
What is the meaning of string in c++?
What is prototype for that c string function?
Why was c++ made?
Is it possible to provide default values while overloading a binary operator?
Differentiate between an inspector and a mutator ?
Is oops and c++ same?
What is virtual destructor? What is its use?
Explain bubble sorting.
What is pointer -to-members in C++? Give their syntax?
What new()is different from malloc()?
what is data encapsulation in C++?
What does the linker do?
Which function should be used to free the memory allocated by calloc()?
What is the difference between ++ count and count ++?