Search code examples
Why lex invokes yyerror while parsing comma separated values?...


cyacclexc89

Read More
Why do I get undefned symbol for yylex and yyerror while compiling a basic yacc program?...


cyacclexc89

Read More
Require certain words to appear using scanf...


cinputscanfc89

Read More
How do I implement a modulus operator for double variables using frexp?...


cmathfloating-pointmodulusc89

Read More
How do I read source files from a directory and create object files into another folder in a makefil...


makefilefreebsdc89

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


pointersc89ansi-c

Read More
clear/truncate file in C when already open in "r+" mode...


cfopentruncatec89

Read More
define a struct if a certain condition is met...


cif-statementstructtypedefc89

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


cfreebsdyaccc89ansi-c

Read More
Running into infinite loop with scanf...


cvalidationuser-inputinfinite-loopc89

Read More
Structures and functions in C...


cstructc89

Read More
How to generate NaN, -Infinity and +Infinity in ANSI C?...


cnanc89infinity

Read More
get root directory in any operating sytem...


cdirectoryoperating-systemfilesystemsc89

Read More
assign numeric value of digit into char using scanf...


ccharscanfreturn-valuec89

Read More
C89 Switch case using a set...


cgccsetswitch-statementc89

Read More
Why is 'bool' keyword syntax highlighted in Xcode configured for C89?...


cxcodebooleanc89

Read More
Print name of caller function...


clinuxmacrosc89

Read More
Is it possible to get the file name of a pointer in Windows?...


cwindowsc89

Read More
Is there any way to accept all the parameters as a single string?...


cdosc89turbo-c

Read More
How to check if a object code is 16/32 bit?...


cc89dosbox

Read More
Can I use extern function declaration on a C Header which is also used for the C source file which c...


cheader-filesc89

Read More
A game of spot the difference...


cc89

Read More
Declaration of function shadows a global declaration...


cc89

Read More
Variable declaration placement in C...


cdeclarationc89

Read More
Why does this function return the correct length of a string? (Incrementing a char pointer)...


cwhile-loopstrlenc89

Read More
Why was mixing declarations and code forbidden up until C99?...


cc99c89

Read More
Is negating INT_MIN undefined behaviour?...


cc99undefined-behaviorc89

Read More
failing to dump the input file reversed...


cc89

Read More
How can i pass a va_list through a function in C90...


cvariadic-functionsc89cvi

Read More
Implementing an overflow-free system stack in C90...


cgostack-overflowc89

Read More
BackNext