n 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
n 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 .
C language is one of the most popular computer languages today because it is a structured, high level, machine independent language. It allows software developers to develop software without worrying about the hardware platforms where they will be implemented.