Examveda What is the correct syntax to declare a nullable type in C#? A. nullable intB. int nullableC. int? nullableIntD. nullableAnswer: Option C This Question Belongs to C Sharp Programming >> Introduction To C Sharp
Which of the following is NOT a primitive data type in C#? A. doubleB. charC. stringD. class View Answer
Join The Discussion