what is array?

Answer Posted / manipal singh

Array is a collection of similar data types which stored in
contiguous memory locations

Is This Answer Correct ?    65 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are unions in c?

668


How are portions of a program disabled in demo versions?

860


What are the different types of constants?

729


Explain built-in function?

691


What does typeof return in c?

734






what is a function method?give example?

2019


What does void main () mean?

831


if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0

1595


The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this

3108


Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.

725


How does placing some code lines between the comment symbol help in debugging the code?

650


What is an auto variable in c?

854


What is the explanation for prototype function in c?

649


What is a 'null pointer assignment' error?

815


Is int a keyword in c?

645