filmov
tv
Programming in C: Lesson 14 - Integers vs floats, ++, precedence, and printf()

Показать описание
In this lecture we write a little piece of code to convert Celsius to Fahrenheit. By doing so we learn how C treats integer arithmetic vs floating point arithmetic, the issue of precedence of operators, the '++' operator in C, and how to control output more with printf().