#include int main() { char cht[1] = "z"; printf("value at address of cht = %s\\n\\n",*&cht); }
print va