What is the Maximum Size that an Array can hold?
Answer Posted / ashif ali
infinity and it is also depend on the size of the program.
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
You have two pairs: new() and delete() and another pair : alloc() and free(). Explain differences between eg. New() and malloc()
What is fflush c++?
What data structure is fastest, on average, for retrieving data: a) Binary Tree b) Hash Table c) Stack
What are manipulators in c++ with example?
What are the different types of polymorphism in c++?
Can a class be static in c++?
What is called array?
Write a single instruction that will store an EVEN random integer between 54 and 212 inclusive in the variable myran. (NOTE only generate EVEN random numbers)
How to give an alternate name to a namespace?
What is a modifier in c++?
What is constructor c++?
What are activex and ole?
What do you mean by a template?
Explain how overloading takes place in c++?
Distinguish between new and malloc and delete and free().