what is array?

Answer Posted / sonu

Array is a collection of smiler data type.

Is This Answer Correct ?    9 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none

713


What are the different types of control structures?

581


What is a example of a variable?

551


What is the purpose of 'register' keyword?

686


What does the message "automatic aggregate intialization is an ansi feature" mean?

692






What do you mean by a local block?

627


Explain how do you list a file’s date and time?

615


Why n++ execute faster than n+1 ?

1841


Why header file is used in c?

574


What are operators in c?

580


What are the properties of union in c?

587


How can I read data from data files with particular formats?

600


Is there any possibility to create customized header file with c programming language?

620


What are global variables and explain how do you declare them?

571


What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?

584