Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c89

Matrices as function parameters in C89

compiling with c89 and c99 does gcc 4.4.2 default to c99?

c c99 c89

Using the scanf function in while loop

c while-loop scanf c89

Are the "C mock tests" at tutorialspoint correct?

c c89

Can an ANSI C compiler remove a delay loop?

c optimization standards c89

Is following statement valid in ANSI C? Is it valid at all?

Why do C implicit conversions operate like they do?

Preventing torn reads with an HCS12 microcontroller

Can enum member be the size of an array in ANSI-C?

c gcc standards clang c89

ISO C90 forbids mixing declarations and code... but allows it in certain instances?

c declaration c89 statements

Printing out hex values of a char* array in C gives odd values for binary input

hex printf c89

What techniques/strategies do people use for building objects in C (not C++)?

c inheritance object c99 c89

Dynamic memory allocation on stack

c gcc memory dynamic c89

Obtaining pointer to a string constant

What is the behavior of C89 with respect to integer division of two negative numbers: round up, round down or not defined?

A legal array assignment. Is it possible?

c arrays gcc lvalue c89

It is possible to mix C89 code with C99 code?

c c99 c89

Implementing an overflow-free system stack in C90

c go stack-overflow c89

Unbuffered I/O in ANSI C

c input c89 unbuffered

c89: Convert an int to void* and back

c c89