Arrays in C
Array is a data type like int, float, char, double etc. Note that int, float, char, double data types can store only
Read moreArray is a data type like int, float, char, double etc. Note that int, float, char, double data types can store only
Read morePOINTER: Pointer is a variable, which stores address of another variable. Pointer notation uses two symbols: * (Asterisk) symbol. * is called ‘value at
Read morePOINTER: Pointer is a variable, which stores address of another variable. Pointer notation uses two symbols: * (Asterisk) symbol. *
Read moreArray is a data type like int, float, char, double etc. Note that int, float, char, double data types can
Read more