C Jumlah Nilai yang Ditentukan

#define VALUE_A 2
#define VALUE_B 2
#define SUM_A_B (VALUE_A + VALUE_B)
Bibbit