Pedict the output of the following code;
#includestdio.h
#includestring.h

int main()
{
char text[100]="Sample test";
printf("%d%d",strlen(text),sizeof(text));
return 0;
}

Posted on by