[Updated] Goldman Sachs Aptitude Test Questions and Answers
Practice List of TCS Digital Coding Questions !!!
Take 50+ FREE!! Online Data Interpretation Mock test to crack any Exams.

C Programming :: Declarations and Initializations - Discussion

Home > C Programming > Declarations and Initializations > MCQs Questions Discussion

17 / 54

Choose the correct option.

The rule for implicit type conversion in 'C' is

Aint < unsigned < float < double

Bunsigned < int < float < double

Cint < unsigned < double < float

Dunsigned < int < double < float

Answer: Option (Login/Signup)

Show Explanation

Generally takes place when in an expression more than one data type is present. In such condition type conversion (type promotion) takes place to avoid lose of data.



All the data types of the variables are upgraded to the data type of the variable with largest data type.

Asked In ::

Post Your Answer Here:     

Reply    
Rate This: +1 -0 +
    Report


Report Error

Please Login First Click Here