What is the output?
#include <stdio.h> #include <string.h> int main() { printf("%ld", strlen("Hello")); return 0; }
4
5
6
Compilation Error
This question is part of this quiz :