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
What are multidimensional arrays?
Why we use stdio h in c?
Hai what is the different types of versions and their differences
What does return 1 means in c?
Why & is used in c?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
What is keyword with example?
How do you do dynamic memory allocation in C applications?
Explain the use of 'auto' keyword in c programming?
What are the difference between a free-standing and a hosted environment?
What are header files? What are their uses?
What is line in c preprocessor?
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
Can you apply link and association interchangeably?
Why is c still so popular?