ShriRam Changed status to publish July 14, 2022
#include <stdio.h> void main() { int age; printf("Enter the Age:"); scanf("%d",&age); printf("Your Age is: %d", age); getch(); }
ShriRam Changed status to publish July 14, 2022
#include <stdio.h> void main() { int age; printf("Enter the Age:"); scanf("%d",&age); printf("Your Age is: %d", age); getch(); }