Rationale for pre-C99 C not having initial declarations in for loops?...
Read MoreIs the format specifier %[^\n]s legal in C89?...
Read MoreHow to compile and run C on a Surface Pro X?...
Read MoreHow to print values in reverse without the use of arrays nor pointers in C...
Read MorePractical way of implementing comparison of unions in c...
Read MoreWhy does setjmp() take 2 args on windows but only 1 arg on linux?...
Read MoreAnsi C how to dinamically call a CONSTANT...
Read More? operator in sscanf regular expression...
Read MoreCount Files in directory and subdirectory in Linux using C...
Read MoreWhat type of memory is pointer pointing to in c?...
Read MoreWhy this code got compile error in ANSI C?...
Read MoreStore data from columns of a text file to an array. in C...
Read MoreHow to understand the meaning of char *fptr = NULL, *field;?...
Read MoreIOCCC 1988/isaak.c - why no output even after ANSIfication?...
Read MoreHow do print exactly X digits in hex...
Read MoreA function adding data to a linked list is enteting an infinite loop, only sometimes...
Read MoreExpression must be a pointer to a complete object type, why do I get this error in this situation?...
Read Moreskip strtok's null terminators safely...
Read Morereturning enum as char doesn't actually return the value of that enum...
Read MoreHow shall pre ANSI-C "0 pointers" be written in ANSI C?...
Read MoreImplicit declaration/conflicting types for 'warning' while compiling a basic sample (hoc1) y...
Read MoreCheck if the given natural number has the property that it is read from the beginning and from the e...
Read MoreProblem with K&R C book regarding how scanf deals with blanks and tabs in the format string?...
Read MoreGetting system's max allowed path length in c...
Read MoreC. double free or corruption (!prev) Aborted (core dumped)...
Read MorePoint to functions with different arguments using the same pointer...
Read MoreHow can one use pointer constants to point to a specific memory address (e.g. an address like 0x0001...
Read MoreWhy can't I use ~0 to initialize signed char?...
Read MoreThe external (global) variables in C...
Read More