Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

C reverse string function getting weird output

c

Optimize integer and floating point multiplication

c++ c floating-point

Why is GCC saying a variable is unused when it is not?

c gcc

C++ small vs all caps datatype

c++ c visual-studio typedef

How do I build a OneTwoThree linked list with a minimum number of assignment operators? [closed]

c initialization

C convert hex to decimal format

c decimal hex

Trying to get started in C [closed]

c

Help comparing an argv string

c argv

Which issues have you encountered due to sequence points in C and C++?

c++ c sequence-points

Names of the C family of languages

c programming-languages

Why would buffer overruns cause segmentation faults when accessing an integer?

Is the memory alignment different for different data types

c alignment

Operator associativity in C specifically prefix and postfix increment and decrement

c operation associativity

"C variable type sizes are machine dependent." Is it really true? signed & unsigned numbers ;

c assembly types

Dynamic allocation in C

c memory-management

Pascal's repeat... until vs. C's do... while

c syntax loops pascal

nul terminating a int array

c

In C, is it necessary to free a pointer at exit? [duplicate]

c memory pointers free

Comma operators and assignment operators - return values

c++ c

Basic C pointer question

c