Search code examples
Rationale for pre-C99 C not having initial declarations in for loops?...

cc89ansi-c

Read More
Is the format specifier %[^\n]s legal in C89?...

cscanfc89format-specifiersansi-c

Read More
How to compile and run C on a Surface Pro X?...

cansi-csurface-pro

Read More
How to print values in reverse without the use of arrays nor pointers in C...

cprintingreverseradixansi-c

Read More
Practical way of implementing comparison of unions in c...

cunionsansi-c

Read More
Why does setjmp() take 2 args on windows but only 1 arg on linux?...

cansi-c

Read More
Ansi C how to dinamically call a CONSTANT...

ansi-c

Read More
? operator in sscanf regular expression...

cc-stringsansi-c

Read More
Count Files in directory and subdirectory in Linux using C...

clinuxfileansi-c

Read More
What type of memory is pointer pointing to in c?...

pointersansi-c

Read More
Why this code got compile error in ANSI C?...

cvisual-studio-2019ansi-c

Read More
Store data from columns of a text file to an array. in C...

cansi-c

Read More
How to understand the meaning of char *fptr = NULL, *field;?...

cpointersansi-c

Read More
IOCCC 1988/isaak.c - why no output even after ANSIfication?...

cgccobfuscationansi-ctcc

Read More
How do print exactly X digits in hex...

cc89ansi-c

Read More
A function adding data to a linked list is enteting an infinite loop, only sometimes...

cc89ansi-c

Read More
Expression must be a pointer to a complete object type, why do I get this error in this situation?...

cansi-c

Read More
skip strtok's null terminators safely...

cstringstrtokansi-cnull-terminated

Read More
returning enum as char doesn't actually return the value of that enum...

cenumsreturn-valuec89ansi-c

Read More
How shall pre ANSI-C "0 pointers" be written in ANSI C?...

pointersc89ansi-c

Read More
Are all functions in C global?...

cansi-cglobal-functions

Read More
Implicit declaration/conflicting types for 'warning' while compiling a basic sample (hoc1) y...

cfreebsdyaccc89ansi-c

Read More
Check if the given natural number has the property that it is read from the beginning and from the e...

cansi-c

Read More
Problem with K&R C book regarding how scanf deals with blanks and tabs in the format string?...

cscanfkernighan-and-ritchieansi-c

Read More
Getting system's max allowed path length in c...

cfilelimitfilepathansi-c

Read More
C. double free or corruption (!prev) Aborted (core dumped)...

cmemory-managementansi-c

Read More
Point to functions with different arguments using the same pointer...

cpointersargumentsfunction-pointersansi-c

Read More
How can one use pointer constants to point to a specific memory address (e.g. an address like 0x0001...

cansi-c

Read More
Why can't I use ~0 to initialize signed char?...

cansi-c

Read More
The external (global) variables in C...

cglobal-variablesansi-c

Read More
BackNext