Header Ads Widget

Responsive Advertisement

Ticker

6/recent/ticker-posts

IO 12

 IO 12 Solution:

#include <stdio.h>

int main()

{

  char c;

  scanf("%c",&c);

  printf("ASCII value of %c=%d",c,c);

return 0;
}

Post a Comment

0 Comments