Advertisement
Md_hosen_zisad

aski value

Aug 8th, 2017
346
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.13 KB | None | 0 0
  1. #include<stdio.h>
  2. //using namespace std;
  3. int main()
  4. {
  5.     char ch;
  6.     scanf("%c",&ch);
  7.     printf("%d",ch);
  8.     return 0;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement