C
Версия от 09:32, 23 ноября 2020; Безуглов Сергей (обсуждение | вклад) (Новая страница: «== Hello World == * Hello#C - Visual Studio == Объявление переменных == * [https://www.tutorialspoint.com/cprogramming/c_variables.htm C...»)
Hello World
Объявление переменных
1 int i, j, k = 10;
2 char c, ch = 'a';
3 float f, salary = 4.5f;
4 double d = 100.3;