Find out the output of the following program
#includestdio.h
void main()
{
char name="pavan";
printf("%s\n", name);
}

Posted on by