what is array?

Answers were Sorted based on User's Feedback



what is array?..

Answer / rohit

array is a collection of similar data types.

Is This Answer Correct ?    5 Yes 1 No

what is array?..

Answer / jiten patel

Array is a group of entity which stores similar types of data.

Is This Answer Correct ?    4 Yes 0 No

what is array?..

Answer / lucky

array is a collection of similar type of data

Is This Answer Correct ?    1 Yes 0 No

what is array?..

Answer / abhi

array is such static collection of data which store data
member of same datatype

Is This Answer Correct ?    1 Yes 0 No

what is array?..

Answer / nayanprakash

Arry is a collection of similar data type.

Is This Answer Correct ?    0 Yes 0 No

what is array?..

Answer / dev

array is a reference variable which stores similar type of data

Is This Answer Correct ?    1 Yes 1 No

what is array?..

Answer / balu

array is a collection of variables with similar data type;
syntax: data type array name[size];
example: int a[5];

Is This Answer Correct ?    0 Yes 0 No

what is array?..

Answer / raj

Pointers and arrays are inseparably related, but they are
not synonyms for each other. Starting with this post, we
will look into one-dimensional array, it’s storage pattern,
how the array elements are accessed. And lastly, we look
into a new feature of C99: the variable length array.

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More C Interview Questions

what are the stages of compilation

1 Answers   Bosch,


a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above

0 Answers  


What is a program flowchart and how does it help in writing a program?

0 Answers  


is it possible to create your own header files?

0 Answers  


What is clrscr in c?

0 Answers  






Is exit(status) truly equivalent to returning the same status from main?

0 Answers  


Add 2 64 bit numbers on a 32 bit machine

3 Answers   EMC, Hyderabad Central University, NetApp,


How to Clear last bit if it 1 using Macro TURN_OFF_BIT_LAST

6 Answers   Adobe, Huawei,


main difference between c and c++ language

1 Answers  


in C-programming language without using printf statement can we get output r not ? if yes how and if no also how ?

11 Answers   IBM,


Write a program to compare two strings without using the strcmp() function

42 Answers   Accenture, Arba Minch University,


Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..

0 Answers   Huawei,


Categories