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
How can you restore a redirected standard stream?
Is null equal to 0 in sql?
Do you know null pointer?
What are different types of pointers?
What is the benefit of using #define to declare a constant?
What is chain pointer in c?
What is the heap in c?
how can f be used for both float and double arguments in printf? Are not they different types?
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
How can you pass an array to a function by value?
What is c standard library?
Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?
how to introdu5ce my self in serco
Compare interpreters and compilers.
What are the different types of control structures in programming?