#include <stdio.h> void main() { int n = 98; char m = n; printf("%c\n", m); }
b
Previous Question Next Question
Your comments will be displayed only after manual approval.