Answer Posted / mukul garg
an array is a collectiom of similar data types .an array
index always stsrt from zero if the size of array is n then
it can store n elements .
int a[5]={1,2,3,4,5};
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is an arrays?
Why header file is used in c?
What's the difference between constant char *p and char * constant p?
What is the sizeof () operator?
Write a program to print all permutations of a given string.
will u please send me the placement papers to my mail???????????????????
Explain what is wrong with this program statement?
What is the difference between struct and typedef struct in c?
Can you assign a different address to an array tag?
What are the types of functions in c?
What is const keyword in c?
Where can I get an ansi-compatible lint?
Is a pointer a kind of array?
Which are low level languages?
What does %c do in c?