Embedded,C Programming,C,Linux

Saturday, January 27, 2018

Array in C

Array

Array is collection of same type of data.

For example :we see Train ,which consists of same types of coaches













.In same way In C programming Collection of same type of data int ,char ,float is Knows Array.

When we use Array

Suppose In a classroom collection of boys is considered as Array of int type.If there are 50 students in classroom so we declare

int boys[50];










No comments:

Post a Comment

Finding COM PORT in ubuntu

 Hello ,In this post we see how to find COM port/Serial port in Ubuntu. Items Required 1.Usb to TTL cable  Step 1: Finding COM Port in Compu...