C Program to perform arithmetic operations on integer

[crayon-581ec1b832b23989362559/] Output : [crayon-581ec1b832b36293648048/] Explanation : In this example we have performed arithmetic operations in c programming.Now see the last line of the program, we used two % symbols [crayon-581ec1b832b47361228868/] There is specific meaning to %d symbol in C programming when we need to print %d as part of string then we need to use two % symbols.