
- Forum
- Programming Talk
- C and C++
- What is the Limitation
What is the Limitation
This is a discussion on What is the Limitation within the C and C++ forums, part of the Programming Talk category; Is there any limitation on the maximum number of elements for an integer array in C programming language? If so ...
-
What is the Limitation
Is there any limitation on the maximum number of elements for an integer array in C programming language? If so what is that and what happens when this size exceeds.
-
Actually the maximum size for an integer array in C programming language varies from each machine to machine and also varies depending on the memory.
-
Friends for C++ the maximum size of the c++ array are fifty. In other words the maximum number of elements that can be stored in C++ array is fifty.
-
If you have used malloc make sure to free the memory after its usage otherwise you might result with memory leaks.
-
Sponsored Ads

Reply With Quote





