Ask a Question

what is array what is the difference between array and structure

on 2011-04-19 13:51:29   by Aman   on Electrical Engineering  1 answers

prasoon

on 2011-04-19 09:30:00  

an array is a collection of similar type of data we declare array as data type name[size]; where as in structure individual element can differ in type. we declare structure as follow s t r u c t tag { member 7; member 2; . . . . . member m; 1 ;