IS it possible to define a zero sized array in c.if it is
possible how can the elements of that array can be
accessed.array index starts from zero,if it is possible to
define zero sized array how can be its first element can be
accesseed.
Answer Posted / palani222samy
ya it's possible to assign , elements can be access an the
store value, this value can be store as an the address so
easily we can find that value, first element can be assigned
as example c[0]=0,
| Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
explain how do you use macro?
Which is the best website to learn c programming?
How can you invoke another program from within a C program?
Why & is used in scanf in c?
List the variables are used for writing doubly linked list program.
Compare array data type to pointer data type
What are the keywords in c?
What is pointer & why it is used?
hi send me sample aptitude papers of cts?
What are the types of type specifiers?
What is the benefit of using const for declaring constants?
Explain how can you tell whether a program was compiled using c versus c++?
Explain what will the preprocessor do for a program?
a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion
What are the types of pointers?