Multiple choice technology web technology

POINTERS IN C SHARP COMES UNDER CTS GUIDE LINE

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The CTS (Common Type System) defines how types are declared and used in the .NET framework. Pointers are NOT part of the CTS - they are part of 'unsafe' code in C# and operate outside the normal type system safety guarantees. Pointers are a non-CLS compliant feature.