Advertisement
Guest User

Untitled

a guest
Aug 19th, 2019
79
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. #include <math.h>
  3. #include <string.h>
  4.  
  5. int main() {
  6.     char num[50];
  7.     int i;
  8.  
  9.     fgets(num,50,stdin);
  10.  
  11.     printf("%c\n", num[1]);
  12.  
  13.     if
  14.  
  15.  
  16.     return 0;
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement