what is an array

Answer Posted / mukul garg

an array is a collectiom of similar data types .an array
index always stsrt from zero if the size of array is n then
it can store n elements .
int a[5]={1,2,3,4,5};

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

write an algorithm to display a square matrix.

2418


how many key words availabel in c a) 28 b) 31 c) 32

809


What is an example of structure?

793


write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.

15447


What are loops c?

796


Apart from dennis ritchie who the other person who contributed in design of c language.

1068


Describe dynamic data structure in c programming language?

802


what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?

2094


Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given

2797


Explain what are run-time errors?

800


what is the structure pointer?

1833


explain what are actual arguments?

817


What is the general form of function in c?

780


There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?

1041


State the difference between realloc and free.

823