C Programming
easyQ1
What is the output of: #include <stdio.h> int main() { char s[] = "ABC"; printf("%lu", sizeof(s)); return 0; }
1 / 10
What is the output of: #include <stdio.h> int main() { char s[] = "ABC"; printf("%lu", sizeof(s)); return 0; }