MCQOPTIONS
What will be the output of the following C code..
What will be the output of the following C code?
#include int main() { char *str = "hello, world n"; printf("%d", strlen(str)); }