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
a program that can input number of records and can view it again the record
What are the string functions? List some string functions available in c.
What is the purpose of the preprocessor directive error?
Where register variables are stored in c?
Difference between linking and loading?
which is conditional construct a) if statement b) switch statement c) while/for d) goto
How can I invoke another program or command and trap its output?
What are the Advantages of using macro
What are header files in c?
What is the benefit of using const for declaring constants?
How many identifiers are there in c?
Explain the bubble sort algorithm.
How would you rename a function in C?
What is extern c used for?
Tell me when is a void pointer used?