Copy
#include <stdio.h> int main() { int age = 25; printf("Age: %d\n", age); return 0; }