Can you answer this simple question about the C programming language?
$ cat test.c
#include <string.h>
#include <stdio.h>
int main() { printf("%d\n", strlen("\x01c")); }
$ cc test.c && ./a.out
What number does this program print?
Poll
Voting ended 9 May at 2:37.
@whitequark oh no