Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

c programming scanf

c morse-code

Determine the parity of a number using only logical operators

c logical-operators

getchar not working in switch case (c)

Which way of marshaling is correct for this C code?

c# c marshalling

Problems getting ftell() in binary append

c++ c

Why yacc have memory leak at exit?

c memory-leaks bison yacc lex

How to make a menu that repeats in C

c menu

Evaluation Order of C Language

How to pass a string buffer from python function to C Api via ctype

python c ctypes

Address of members of a struct via NULL pointer

c pointers struct null

Memory comparison causes system halt

c linux-kernel

How to add text to a variable in C?

c

Proper way to read 'int * ptr=&x'

How to verify input format without using arrays, ex input "OIL2932"

c

How to print decreasing odd numbers starting from scanf input integer in C?

c while-loop

Is difference between two pointers pointing to the same deallocated array well-defined in C?

C language syntax: if { ... } while(0);

c

Do different versions of compilers (e.g GCC) generate different performance?

Returning an array of variable size in c from a function

c function