> I feel like the questionnaire piss off people who really knows C.
I hated this test. I’ve spent 12 years working on C targeting various flavors of arm and x86.
Just because the behavior is undefined when compiled without warnings and run on a Soviet water integrator doesn’t mean the language is undefined for the 99.995% of the industry uses.
Behavior of c89 or later with -Wall -Werror on modern clang, gcc, icc, visual studio, is well understood on arm, x86, mips, risc, ppc, Cortex-m and just about every other hardware architecture.
But, C is a pia, and I’ve been using rust instead :)
I hated this test. I’ve spent 12 years working on C targeting various flavors of arm and x86.
Just because the behavior is undefined when compiled without warnings and run on a Soviet water integrator doesn’t mean the language is undefined for the 99.995% of the industry uses.
Behavior of c89 or later with -Wall -Werror on modern clang, gcc, icc, visual studio, is well understood on arm, x86, mips, risc, ppc, Cortex-m and just about every other hardware architecture.
But, C is a pia, and I’ve been using rust instead :)