πŸ“Š C++
Q. Find the output of the following program.
Code:
main(){
 char ch[] = “Interviewbit Scaler”; 
 int l = strlen(ch);
 cout << l << endl;
}
  • (A) 18
  • (B) 19
  • (C) 20
  • (D) 21
πŸ’¬ Discuss
βœ… Correct Answer: (B) 19

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
599
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Brijesh Goswami
Publisher
πŸ“ˆ
95%
Success Rate