Answer Posted / lucky
array is a collection of similar type of data
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What do you understand by normalization of pointers?
How is a pointer variable declared?
What is difference between %d and %i in c?
How do c compilers work?
What is the difference between printf and scanf in c?
What is the use of clrscr?
What is break in c?
Why array is used in c?
Can we use any name in place of argv and argc as command line arguments?
why do some people write if(0 == x) instead of if(x == 0)?
Why calloc is better than malloc?
What is the equivalent code of the following statement in WHILE LOOP format?
What type of function is main ()?
Implement bit Array in C.
Which is best book for data structures in c?