What is the output of the following code snippet??
#include stdio.h
int main()
{
printf("%c", 7[" sooks hmas "]);
return 0;
}



Posted on by