Ask Questions & Get Answers at ibibo sawaal

How do I create a constant that is an array?  

Asked in Computers & Accessories at 1:48 PM on November 03, 2008

Tags: create, constant, array

! This question is closed
Report abuse
jitendra
jitendra
Profile | Q&A

Related Search

 

What is the difference between Static Array and Dinamic Array? V.B.

in a static array...the entire array is predefinedcreated at compliationthe programmer can decide the size etc...in a dynamic array....this is created at runtime..the user thats u,the one executing at the end of the dynamic array in constant time by using the reserved space, until this space is completely consumed. The number of elements used by the dynamic array contents is its logical size or size

Posted in Computers & Technology by Rakesh Singh at 6:43 PM on April 28, 2008

what is array?

.---------------- --------------...For example, if you have class with five students, and you want to store their test grades, you will create an array of the integer data type. Since you have five students, you will create a single...] = 232;names[2...] = 231;names[3...] = 0;We created an array called names, which has space for four integer variables. You may also see that we stored 0 in the last space of the array. This is a common

Posted in Computers & Technology by rocky singh at 11:35 PM on May 21, 2008
Tags array

What is an array in C?

using an index. You should know thatjust as the string keyword is used to create an object of type System.Stringthe syntax and expressions used to create arrays actually create an object based of elements:int a[SIZE...];and are always indexed from 0 up to SIZE-1 i.e. modulo SIZE.In C expressions, an identifier representing an array is treated as a constant pointer to the first element of the array

Posted in Computers & Technology by suraj kumar at 11:06 PM on April 24, 2008
Tags array, c

any way to declare variable length array in c without using pointer and constant?

:int billy [5...]; NOTE: The elements field within brackets [...] which represents the number of elements the array is going to hold, must be a constant value, since arrays are blocks of non-dynamic memory whose size must be determined before execution. In order to create arrays with a variable length dynamic memory is needed, which is explained later in these tutorials.http://w ww

Posted in Computers & Technology by Sudhakar at 10:32 PM on August 07, 2008
Tags
Editor's Pick

Ask a Question

160
   Ask now

Categories

sawaal signature
sawaal free visiting card
Today's Top Experts in Computers & Accessories
52 pts
4 pts
4 pts
4 pts
4 pts

View All

All time Top Experts in Computers & Accessories
20105 pts
19618 pts
14975 pts
7730 pts
7373 pts

View All

Computers & accessories Questions & Answers

Ask any question & get answers on...
  • Best Assembled computer or PC configuration
  • Virus / Antivirus or Network Security issues
  • All major & minor problem in (OS) Operating System
  • Errors in Windows
  • Free download of Software & Computer Games

Or just about any other Q and A

our Computers & accessories "insiders"

will give you
Expert Advice.