InterviewSolution
Saved Bookmarks
| 1. |
The subset of ‘int’ data type is __________(a) long, ulong, ushort(b) long, ulong, uint(c) long, float, double(d) long, float, ushortThis question was addressed to me during an interview for a job.I would like to ask this question from Type Conversion in Expressions in division Data Types, Variables and Operators of C# |
|
Answer» The CORRECT answer is (C) long, FLOAT, double |
|