The rule for implicit type conversion in ‘C’ is ___________April 4, 2019 Marwa KhanIn C programming Mcqs, Programming McqsLeave a Comment on The rule for implicit type conversion in ‘C’ is ___________ A. int < unsigned < float < double B. unsigned < int < float < double C. int < unsigned < double < float D. unsigned < int < double < float