What are the commonly used scanf format codes in C?

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 .