What is an arrays?



What is an arrays?..

Answer / Abrar Raza

"An array in C programming is a collection of elements of the same data type. The elements are stored in contiguous memory locations, and their indices start at 0"

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.

1 Answers  


What is void main ()?

1 Answers  


Difference between fopen() and open()?

3 Answers   Aricent,


what is the output of the following program? main() { int c[]={2,8,3,4,4,6,7,5}; int j,*p=c,*q=c; for(j=0;j<5;j++) { printf("%d",*c); ++q; } for(j=0;j<5;j++) { printf("%d",*p); ++p; } }

4 Answers  


How to create struct variables?

1 Answers  


What is a sequential access file?

1 Answers  


What are called c variables?

1 Answers  


. Write a program to get a string and to convert the 1st letter of it to uppercase

2 Answers   HTC,


write a C program to print the program itself ?!

16 Answers   TCS,


How to explain the final year project as a fresher please answer with sample project

1 Answers  


Write a C program to find the smallest of three integers, without using any of the comparision operators.

7 Answers   TCS,


can we have joblib in a proc ?

1 Answers  


Categories