What is the output of the following program?
main()
{
 char ch[] = " sookshmas beyond knowing"; 
 int l = strlen(ch);
 cout << l << endl;
}

Posted on by