Select from following answers:- stack
- float
- stackalloc

- allocate
- All Above
'stackalloc' is used to allocate a block of memory on the stack in the unsafe context. While using string constructors or some external codes, 'stackalloc' creates buffers which helps on using them.
Show Correct Answer
Asked In: Spotted While Learning |
Alert Moderator