Table of Content

C Program to Demonstrates binary expressions using integer arithmetic


C Program : C Program to demonstrates binary expressions using integer arithmetic

Output :

Explanation :
In order to print “%” symbol inside printf, use “%%”. because % symbol has pre-defined meaning inside printf statement.