What will be the output of this code!
main(){
char ch[] = "Beyond Knowing";
int l = strlen(ch);
cout l endl;
}

Posted on by