Write a C program and identify the keywords, identifiers, constants and operators used in it.
Write a C program and identify the keywords, identifiers, constants and operators used in it.
In this program, int and return are keywords,
a, b and sum are identifiers,
10 and 20 are constants, and
+ and = are operators.
Sum = 30