C Programming - Memory Allocation - Discussion

Discussion Forum : Memory Allocation - Yes / No Questions (Q.No. 2)
2.
Can I increase the size of statically allocated array?
Yes
No
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
13 comments Page 2 of 2.

Priya said:   1 decade ago
Once we allocated a value for a static variable it can't change its value.

INDU said:   1 decade ago
STATIC VALUES CANT BE CHANGE

Sai said:   1 decade ago
static is something like constant


Post your comments here:

Your comments will be displayed after verification.