what is array?

Answer Posted / anandmayi

An array is a collection of homogenous data elements which are
stored in consecutive memory locations.Always address location
of array starts from 0.

Is This Answer Correct ?    143 Yes 24 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are structures and unions? State differencves between them.

600


What are reserved words with a programming language?

587


What are the types of data types and explain?

657


Write a c program to demonstrate character and string constants?

1673


What is union in c?

624






How can a number be converted to a string?

586


How are structure passing and returning implemented?

583


cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration

626


In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping

968


What is a function in c?

561


What is a MAC Address?

614


How can I ensure that integer arithmetic doesnt overflow?

596


What is the difference between NULL and NUL?

714


What does sizeof return c?

587


Using which language Test cases are added in .ptu file of RTRT unit testing???

3570