Jun 30, 2024
Review flashcards
int a = 10; int b = 20; int c = a + b; printf("%d", c);
Full transcript