Tahamina_Taha

subeen 2.12

Feb 6th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.19 KB | None | 0 0
  1. #include<stdio.h>
  2. int main(){
  3.     char s;
  4.     printf("enter your first letter of your name: \n");
  5.     scanf("%c",&s);
  6.     printf("the first letter of your name is :%c",s);
  7.     return 0;
  8. }
Add Comment
Please, Sign In to add comment