what is array?

Answer Posted / manishsharama

array is the collection of similar data type.

Is This Answer Correct ?    17 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I trap or ignore keyboard interrupts like control-c?

619


How can I get back to the interactive keyboard if stdin is redirected?

664


What is static identifier?

702


Why is it usually a bad idea to use gets()? Suggest a workaround.

899


Explain what is a 'locale'?

582






What are lookup tables in c?

548


What is page thrashing?

650


Define the scope of static variables.

603


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

728


What is file in c language?

574


What 'lex' does?

713


What does dm mean sexually?

807


what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

2005


Can you pass an entire structure to functions?

693


Write a program of prime number using recursion.

614