what is the use of a array in c

Answer Posted / surendra

Array is the collection of similar data types.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

pierrot's divisor program using c or c++ code

1736


What are the advantages of using Unions?

648


Explain what is the difference between #include and #include 'file' ?

591


Why is #define used?

796


What is keyword with example?

646






write a c program to calculate sum of digits till it reduces to a single digit using recursion

2730


Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol

670


What is a MAC Address?

635


What would happen to X in this expression: X += 15; (assuming the value of X is 5)

1310


Is file a keyword in c?

512


What are the features of the c language?

652


Explain how can you be sure that a program follows the ansi c standard?

870


How is = symbol different from == symbol in c programming?

620


How many bytes is a struct in c?

732


Tell me what is the purpose of 'register' keyword in c language?

626