Examveda What is the correct syntax to declare an array of strings in C#? A. string[] arrayB. arrayC. string array[]D. string arrayAnswer: Option A 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