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
How can I find out if there are characters available for reading?
formula to convert 2500mmh2o into m3/hr
why wipro wase
What will the preprocessor do for a program?
What is the difference between strcpy() and memcpy() function in c programming?
Do array subscripts always start with zero?
What is c programming structure?
What is hungarian notation? Is it worthwhile?
Why do we need arrays in c?
Write a program to print "hello world" without using a semicolon?
A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream
What is difference between scanf and gets?
What is the use of pragma in embedded c?
What is the benefit of using an enum rather than a #define constant?
How does free() know explain how much memory to release?