Answer Posted / vijay
An array is a collection of homogenous data elements which are
stored in consecutive memory locations.Always address location
of array starts from 0.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is c procedural or object oriented?
Why do we use pointer to pointer in c?
Write a program of prime number using recursion.
Is return a keyword in c?
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
how to construct a simulator keeping the logical boolean gates in c
What is the use of define in c?
What is the use of pragma in embedded c?
Explain about block scope in c?
What are the disadvantages of a shell structure?
Explain union. What are its advantages?
What is the maximum length of an identifier?
What are the complete rules for header file searching?
What is pointer to pointer in c language?
Why do we use int main instead of void main in c?