what is array?

Answers were Sorted based on User's Feedback



what is array?..

Answer / prem

array is group of elements

Is This Answer Correct ?    0 Yes 1 No

what is array?..

Answer / celisty aragon

is a systematic arrangement of objects, usually in rows and
columns.

Is This Answer Correct ?    0 Yes 1 No

what is array?..

Answer / gunasekhar

array is an collection of elements with diff data type

Is This Answer Correct ?    67 Yes 111 No

Post New Answer

More C Interview Questions

What is the difference between scanf and fscanf?

0 Answers  


How do we select the big element or any other operation from array which is read dynamically. user need to give the elements only no need to mention the size.

0 Answers  


What are the different types of pointers used in c language?

0 Answers  


what is the output? #define fun(a,b,t) (g ##t=(a),(a)=(b),(b)=g##t) float gfloat; main() { float a=1.12,b=3.14; fun (a,b,float); printf("na=%4.2f,b=%4.2f",a,b); } A)Error in Defining Macro B)a=1.12,b=3.14 C)a=3.14,b=1.12 D)None of the Above

3 Answers   Accenture, Infosys, Wipro,


program for validity of triangle from 3 side

7 Answers  






main() { int l=6; switch(l) { default:l=l+2; case 4:l=4; case 5:l++; break; } printf("%d",l); }

1 Answers  


pgm to find middle element of linklist(in efficent manner)

4 Answers   Huawei,


Table of Sudoku n*n

0 Answers  


What is the value of y in the following code? x=7;y=0; if(x=6) y=7; else y=1;

12 Answers   TCS,


write a program to search for an element in a given array. If the array was found then display its position otherwise display appropriate message in c language

18 Answers   IT Park, TCS,


Why & is used in scanf in c?

0 Answers  


What is int main () in c?

0 Answers  


Categories