Search code examples
Doubts in K&R edition 2...

cc89kernighan-and-ritchie

Read More
Using ANSI-C on Windows platform can I get time of system upto milliseconds accuracy?...

cwindowsc89high-resolution-clock

Read More
Why is NULL printed here? - C-90...

cstringc89

Read More
Qt Creator with C/C++ warns about padding for enums...

cqt-creatorpaddingc89

Read More
Implementing trigraphs in a C89 compiler...

ccompiler-constructionc89trigraphs

Read More
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
Use printf with args into variadic functions?...

cprintfvariadicc89

Read More
Need Help Finding Segmentation fault in C Program...

cgccc89

Read More
Program [X] has triggered a breakpoint, free Heap block [A] modified at [B] after it was freed...

cvisual-studioexceptionheap-memoryc89

Read More
Modulo (%) in C returning undefined result compared to the same function in Python?...

cencryptioncryptographyc89modulo

Read More
Do I have to populate tm_gmtoff and tm_zone? and, Which function shall I use mktime or gmtime to get...

cdatetimetimetimezonec89

Read More
Is the GCC option -Wdeclaration-after-statement purely stylistic?...

cgccc89

Read More
Is there any reason to use C instead of C++ for embedded development?...

c++cembeddedc89

Read More
Using snprintf with C90...

cheader-filesc99stdioc89

Read More
calling scanf inside do while loop is breaking the loop...

cwhile-loopscanfc89

Read More
Is there any benefit to declaring the counter outside of the for loop body in C99?...

cfor-loopc99c89

Read More
Enabling VLAs (variable length arrays) in MS Visual C++?...

cvisual-c++c99c89variable-length-array

Read More
realloc(): invalid next size with array lists and the "struct hack"...

c89

Read More
What are the definitions for valid and invalid pp-tokens?...

c++cc-preprocessorc89

Read More
C - printing row and column...

cc89

Read More
K&R Exercise 1.16 - Limitation on line length...

ckernighan-and-ritchiec89

Read More
Rules of main() function when running at non-startup are the same as at startup?...

cstandardsc99c11c89

Read More
C Function returning pointer and a dynamic array...

carraysfunctionpointersc89

Read More
C float literal translation...

cgccfloating-pointc89

Read More
How do I find the highest pair(two dices) among n amount of dice. c code...

cc89

Read More
strtoull() Availbility in C89...

cgccc99c89strtoull

Read More
Working of the operators ++ followed by -> in the below example...

coperatorsstandardsc99c89

Read More
What's the difference between "int" and "int_fast16_t"?...

cintegerc99portabilityc89

Read More
Is the %zu specifier required for printf?...

cprintfc89size-tc-libraries

Read More
BackNext