#include<iostream> using namespace std; //use this int main(){ char t = 'f'; char *t1; char **t2; cout<<t; return 0; }