#include int main(void) { printf("Welcome to APS-105 \\ \n"); int age; age = 23; printf("My age is: %d\n", age); return 0; }