Answer Posted / vijay zanvar
You can't do that in C. Use dynamic allocation method
to implement array. See Q. 20 and 41 in
http://www.geocities.com/vijoeyz/faq/
Best,
Vijay Zanvar,
Home Page - http://geocities.com/vijoeyz/
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are the preprocessor categories?
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
Explain indirection?
How many keywords (reserve words) are in c?
What is fflush() function?
What does main () mean in c?
Explain how do you convert strings to numbers in c?
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
Tell us the use of fflush() function in c language?
Explain how many levels deep can include files be nested?
What is a #include preprocessor?
Find MAXIMUM of three distinct integers using a single C statement
What language is lisp written in?
What is variable declaration and definition in c?
What are the uses of a pointer?