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

What is double pointer?

554


explain how do you use macro?

660


Explain how can a program be made to print the name of a source file where an error occurs?

677


What is the general form of #line preprocessor?

577


What is the difference between typedef and #define?

533






any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above

637


How can a number be converted to a string?

589


void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply

2208


List the difference between a While & Do While loops?

627


Explain what does it mean when a pointer is used in an if statement?

611


Difference between pass by reference and pass by value?

648


How can you increase the allowable number of simultaneously open files?

587


How will you find a duplicate number in a array without negating the nos ?

1635


What is calloc in c?

652


What kind of structure is a house?

547