C Programming - Memory Allocation
Exercise : Memory Allocation - Yes / No Questions
1.
Can I increase the size of dynamically allocated array?
Answer: Option
Explanation:
Use realloc(variable_name, value);
2.
Can I increase the size of statically allocated array?
3.
When we dynamically allocate memory is there any way to free memory during run time?
Answer: Option
Explanation:
Using free()
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers