Answer Posted / abir maiti
An array is a linear data structure of homogeneous elements.
Homogeneous means, every element will be of same data type,
may of int type or of float type or of char type. Any array
will be stored in consecutive memory locations. Array
elements are accessed using index starting from 0. Array can
be one or multidimensional.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why void is used in c?
Write a program of prime number using recursion.
What is keyword in c?
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
How will you declare an array of three function pointers where each function receives two ints and returns a float?
how to execute a program using if else condition and the output should enter number and the number is odd only...
why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above
Is null valid for pointers to functions?
what is the diffrenet bettwen HTTP and internet protocol
What is difference between stdio h and conio h?
How can I trap or ignore keyboard interrupts like control-c?
Why is sprintf unsafe?
What is an arrays?
What is static memory allocation? Explain
What is c preprocessor mean?