Top

Discussion

The rule for implicit type conversion in 'C' is

  • A.int < unsigned < float < double
  • B.unsigned < int < float < double
  • C.int < unsigned>
  • D.unsigned < int < double < float

Answer: A

No answer description available for this question.
 

No comment is present. Be the first to comment.
Loading…

Post your comment