#include <iostream>
using namespace std;
int main()
{
char c = 84;
cout <<c;
return 0;
}
What is the output

Posted on by