C Programming

easy
0/10 answered
Q1

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

1 / 10