Examveda What is the output of the following code: Console.WriteLine(true && false); A. False && TrueB. TRUEC. True && FalseD. FALSEAnswer: Option D 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