void main() { int answer = 6 * 7; printf("answer = %d", answer); }