Find the output of the following program.

main()
{
char ch[] = "Interviewbit Scaler";
int l = strlen(ch);
cout l endl;
}


Posted on by