Find the output of the following program
main()
{
char ch[] = "sookshmas";
int l = strlen(ch);
cout l endl;
}

Posted on by