what is the use of a array in c

Answer Posted / shruti

Array is a collection of homogeneous data-types..

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you please explain the difference between malloc() and calloc() function?

864


What is the Purpose of 'extern' keyword in a function declaration?

848


Whats s or c mean?

772


What is int main () in c?

855


What do you mean by dynamic memory allocation in c?

838


Can static variables be declared in a header file?

813


Explain how can you avoid including a header more than once?

819


Explain what is the difference between the expression '++a' and 'a++'?

878


What is || operator and how does it function in a program?

839


explain what is fifo?

830


Explain how are portions of a program disabled in demo versions?

866


When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd

834


Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)

908


What is a pointer value and address in c?

816


Explain which function in c can be used to append a string to another string?

833