How is the Nullable variable declaration done?

  1. Nullable b=null;

  2. bool b=null;

  3. bool b=null;

  4. bool b= ;


Correct Option: A

Find more quizzes: