Working with Arithmetic Expressions. In C, just as in virtually allprogramming languages, the plus sign (+) is used to add two values, the minus sign (−) is used to subtract two values, the asterisk (*) is used to multiply two values, and the slash (/) is used to divide two values. This should be correct.