Search code examples
What are common uses for the system (3) command?...

cstandard-libraryc89

Read More
Making `too many arguments in call to function` an error in Clang...

cclangc89

Read More
Segmentation fault error in tail recursive function?...

crecursionsegmentation-faulttail-recursionc89

Read More
how to revers a diagonal matrix in C?...

c89

Read More
How to fix: OP-code isn't read out correctly...

cc89opcodevm-implementation

Read More
Which version of C is more appropriate for students to learn- C89/90 or C99?...

cstandardsc99c89

Read More
Rules for implicit int return type in ANSI C function declarations...

clanguage-lawyerc89

Read More
writing a code that checks an ascending sequence only using loops and condition statments only...

cc89

Read More
Variable declaration at the end of typedef structure definition...

cstructtypedefc89

Read More
Safe Floating Point Division...

cfloating-pointdivisiondivide-by-zeroc89

Read More
Initializing a struct containing function pointers in C...

cstructfunction-pointersc89

Read More
STM32 HAL C standard...

cgccstm32c89hal

Read More
struct packing: how to add struct members at the beginning?...

cmemory-alignmentc89packing

Read More
Rationale for 509 minimum character limit...

cc89

Read More
How can I figure out what is the default standard used by my C compiler GCC ?...

cgccc99c11c89

Read More
Exploring getchar() function...

cc99c89

Read More
Why didn't C have a boolean data type prior to C99?...

clanguage-designc99c89

Read More
Multiple structures in a single malloc invoking undefined behaviour?...

clanguage-lawyerc89flexible-array-member

Read More
Should I place the parameter storage class specifier in the function definition or in both the decla...

cdeclarationdefinitionc89

Read More
Is using malloc within scanf compliant to c ansi standard...

cc89

Read More
Variable declaration and definition mismatch...

cc89

Read More
ANSI C - direct-declarator grammar - Why does the C grammar allow syntactically legal, but sementica...

csyntaxgrammardeclarationc89

Read More
Workaround for "semicolon in global scope" warning for no-op C macro...

cc89static-assert

Read More
Program crashed for calling execvp to compile a program with error?...

cprocessc89process-control

Read More
How to get a cell value from an array dynamically? [C89]...

cc89

Read More
expected 'double *' but argument is of type 'double' and incompatible type for argum...

c++cc89numerical-analysis

Read More
!0 guaranteed to be 1 in C89?...

clanguage-lawyerc89

Read More
What C program behaves differently in run-time when compiled with C89 and C99?...

clanguage-lawyerc99c89

Read More
realloc() invalid pointer error when increasing size of string in a function...

cdynamic-memory-allocationc89

Read More
Printing random array element in C89...

crandomc89

Read More
BackNext