- An array must be declared with type of variable or data type
- An array contains same type of data
e.g. – int a [10] - The name of array cannot be same as that of any other variable within the function.
- The size of array is specified using sub-script notation (index)
- THE sub-script indicates that how many elements are to be allocated to an array.
- A sub-script used to declare an array is called dimension
C language tutorial for beginners, Nested Loop, pseudo code. programming theory, Flowchart and language overview
DECLARE ARRAYS
BROWSE C PROGRAMS WITH OUTPUT
- %AGE OF TOTAL MARKS
- ADD TWO VARIABLES
- AREA OF CIRCLE
- BIGGER & EQUAL
- BIGGER NUMBER 1
- BIGGER NUMBER 2
- CALCULATE TOTAL MARKS
- CELCIUS TO FAHRENHEIT
- POWER OF VARIABLE
- PRINT MESSAGE
- SQUARE ROOT
- SUM,SUB,PRODUCT,DIVISION
- TOTAL BILL/ DISCOUNT A
- TOTAL SALARY
- VALUE OF DATA TYPE
- Z >>>> Click here to browse all C Programs <<<<<<< <<<< Z