C Program to perform arithmetic operations on float
[crayon-581ec2868f397794104814/] Output : [crayon-581ec2868f3d8826422934/] Explanation : In this example we have performed arithmetic operations in c programming.
[crayon-581ec2868f397794104814/] Output : [crayon-581ec2868f3d8826422934/] Explanation : In this example we have performed arithmetic operations in c programming.
[crayon-581ec2869093b355486200/] Output : [crayon-581ec2869094e548538141/] 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-581ec2869095e224380630/] 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.