Computer Science - Object Oriented Programming Using C++ - Discussion

Discussion Forum : Object Oriented Programming Using C++ - Section 11 (Q.No. 40)
40.
Which of the following type casts will convert an Integer variable named amount to a Double type?
(double) amount
(int to double) amount
int to double(amount)
int (amount) to double
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.