What is Implicit Type Conversion?

When is it performed?


How do Usual Arithmetic Conversions occur?

What is operand Promotion?

What are Integral Promotions?

What are the two cases for Usual Arithmetic Conversions?


Common Pitfall: What happens when we cast a signed operand to an unsigned operand?


How do Conversions During Assignment occur?

Common Pitfall: What happens when we assign a wide value to a narrow data type?


How does Implicit Conversion work in C99?