C Programming - 44 - Declare an Array.

Published: 24 December 2014
on channel: PRABEESH R K
5,217
21

How to declare an array in c programming language. By using an array you can save more than one values using a same variable name. But all the values in an array is of same type. If you want to save more than one integer values then you have to declare an integer array and if you need to save more than one float values then you have to declare a float array.
Here is the syntax of array declaration.
Datatype varable_name [ array_dimension];
Example:
int x[10];
float S[5];
char c[20];
Visit my blog : http://www.easyway2in.blogspot.com
Like my Facebook page :   / codeglympse  
Subscribe My YouTube channel :    / ticoontechnologies  


Watch video C Programming - 44 - Declare an Array. online without registration, duration hours minute second in high quality. This video was added by user PRABEESH R K 24 December 2014, don't forget to share it with your friends and acquaintances, it has been viewed on our site 5,217 once and liked it 21 people.