R

Ram Sharma • 3.40K Points
Extraordinary

Q. Which API provides low-level memory and buffer operations?

  • (A) System.Span<T>
  • (B) System.StringBuilder
  • (C) System.BufferManager
  • (D) System.HeapHandle

Explanation by: Ram Sharma
`Span<T>` provides fast, safe, stack-allocated memory operations for performance-critical code.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.