What is the output of the following code?

int main()
{
char ch[] = "Beyond Knowing";
int r = strlen(ch);
cout rendl;
}

Posted on by