Exforsys

Online Training

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 ...


Go Back   Exforsys > Programming Talk > C and C++

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 03-01-2007, 11:16 AM
Senior Member
 
Join Date: Apr 2006
Posts: 141
Adrian is on a distinguished road
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 11-12-2008, 06:39 PM
Member
 
Join Date: May 2006
Posts: 45
Allan is on a distinguished road
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 11-12-2008, 06:44 PM
Member
 
Join Date: May 2006
Posts: 47
blenda is on a distinguished road
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 11-12-2008, 06:47 PM
Member
 
Join Date: Apr 2006
Posts: 65
priyaraji is on a distinguished road
If you have used malloc make sure to free the memory after its usage otherwise you might result with memory leaks.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 11:31 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0
Copyright 2004 - 2007 Exforsys Inc. All rights reserved.