1 : INPUT & Final C. ( C PROGRAMMING )

 #include <stdio.h>

int main() {

int age ;
printf("enter age");
scanf ("age %d", & age);
printf ("age is %d", age);

return 0;










}

Comments

Popular posts from this blog

day 2 ( C PROGRAMMING )

Conditional Statements (C Programming)