Commonly used scanf format codes in C
In C programming language, we use scanf
to take input from users in command line. When taking input, we need to use some flag, that we call ‘format codes’ for scanf
.
Notes with worthy tutorials
In C programming language, we use scanf
to take input from users in command line. When taking input, we need to use some flag, that we call ‘format codes’ for scanf
.