add to a integer in c code example Example: how to get add to number C int num1=5, num2=10,sum; sum=num1+num2; printf("%d is the sum",sum);