Data Types
- Which of the following type-casting have chances for wrap around?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: D
From int to char
- What will be the data type of the result of the following operation?
(float)p * (int)q / (long)r * (double)s
-
View Hint View Answer Discuss in Forum
NA
Correct Option: A
double