C - Any difference between %d and %i specifiers for printf() and scanf()? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 5

C - Any difference between %d and %i specifiers for printf() and scanf()?

15th Sep 2019, 12:14 AM
Paolo De Nictolis
Paolo De Nictolis - avatar
1 ответ
+ 4
Conversion specifiers. I had to search to get the proper term. Here is a reference: http://www.cplusplus.com/reference/cstdio/printf/
15th Sep 2019, 12:29 AM
Manual
Manual - avatar