Discussion Forum : Arrays
Question -

A pointer to a block of memory is effectively same as an array

Options:
A .  True
B .  False
Answer: Option A

Yes, It is possible to allocate a block of memory (of arbitrary size) at run-time, using 

the standard library's malloc function, and treat it as an array.



Was this answer helpful ?
Next Question
Submit Your Solution hear:

Your email address will not be published. Required fields are marked *