Answer Posted / amit chauhan
Array is a collection of smiler data type.
address location of array starts from 0. OR
"It is a set of elements which stored under a single name". n
OR
"An array is a collection of homogenous data elements which
are stored in consecutive memory locations.
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
What are the different types of linkage exist in c?
Want to know how to write a C program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
What are # preprocessor operator in c?
What is s or c?
What is pointer in c?
What is quick sort in c?
Write a C program to count the number of email on text
what will be the output for the following main() { printf("hi" "hello"); }
When was c language developed?
What are the types of data types and explain?
How would you rename a function in C?
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
Differentiate between static and dynamic modeling.
What is s in c?
What is the best style for code layout in c?