(Choose 1 answer)
Which of the following statements is not true about C#?
A. Pointer has completely removed in C#
B. Full support for interface-based programming techniques
C. Support pass parameters by ref and out keyword
D. Automatic memory management through garbage collection
Q: 2