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
Смотрите видео C Programming - 44 - Declare an Array. онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь PRABEESH R K 24 Декабрь 2014, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 5,217 раз и оно понравилось 21 людям.