Learning basic knowledge of C language I (printf,scanf, array)
Summary of the knowledge points of the introductory programming course that everyone who studies geek time can learn
First question digit output
requirement
Geek time: an introduction to programming that everyone can learn. Lecture 2, thinking problem: digit outputCalculate the number of digits in the decimal representation of an input ...
Added by nitediver on Tue, 25 Jan 2022 13:06:17 +0200
Little knowledge of C language -- printf() function
speaking of printf() function, students who write code must be very familiar with it. This is a standard printing function in C language, which is often used when debugging code or information output.
The conversion of printf function is described as follows:
Conversion description modifier
Tags in printf()
The following ...
Added by Teaky on Sat, 02 Oct 2021 03:53:25 +0300