List Question
10 TechQA 2024-11-23 23:46:25Does comma separators in type definition in C guarantee the order?
401 views
Asked by Kevin Dong
Can an implementation that has sizeof (int) == 1 "fully conform"?
245 views
Asked by autistic
Is there a meaningful distinction between freestanding and hosted implementations?
10k views
Asked by autistic
Why C11 standard doesn't drop unsafe strcat(),strcpy() functions?
2.4k views
Asked by Destructor
How can I share a const char array between two source files gracefully?
1k views
Asked by Kevin Dong
How to extract the source filename without path and suffix at compile time?
32.7k views
Asked by Joe
Is this a valid definition for main()
234 views
Asked by this
Why can't I "goto default;" or "goto case x;" within a switch selection structure?
10.8k views
Asked by autistic
Reading a character with scanf_s
7.2k views
Asked by Jason Letterman
How to understand atomics in a freestanding C or C++ implementation?
554 views
Asked by mrn