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
Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?
What does the file stdio.h contain?
What is file in c language?
write a c program in such a way that if we enter the today date the output should be next day's date.
Why header file is used in c?
What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
How can I pad a string to a known length?
Explain the difference between exit() and _exit() function?
Why we not create function inside function.
write a programming in c to find the sum of all elements in an array through function.
What is scope rule of function in c?
Explain what is wrong with this statement? Myname = ?robin?;
What are the 4 types of unions?
What do you mean by a sequential access file?
What is maximum size of array in c?