Example & Tutorial understanding programming in easy ways.

What is the difference between %d and %c in C language?

%d - It is used for the integer value.


%c - It is used for the char value.

Read More →