What is the output of the following code?
#includestdio.h
int main()
{
char *s ="sookshmas quiz";
int n=10;
printf("% .s* ",n, s);
return 0;
}



Posted on by