* C program for showing format specifiers in c *

Output:( using GNU GCC Compiler with Code Blocks IDE )

This is a integer Number1: 123
This is a integer Number2: 000025
This is a integer Number3: 123
This is a Float value: 3.140000
This is a Hexa Decimal value: 96
This is a Octal Value:  226
This is unsigned value: 150
This is a character: A
This is a string:  Cprogramsblog
Just print : %
Just print ” ” symbol: ” “