Examveda What is the maximum value that an int data type can hold in C#? A. 2^63 - 1B. 2^31 - 1C. 2^64 - 1D. None of the aboveAnswer: Option B 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