#include <stdio.h> int main() { int sum = 5 + 3; printf("5 + 3 = %d\n", sum); return 0; }
Click Run to execute this code.