Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

What exactly is the difference between x++ and x+1?

c operators

How to build GLFW3 project on Linux?

c cmake glfw

difference between *y++ and ++*y?

Explain Backslash in C

c escaping backslash slash

Does the bracket [] operator only have a single use?

c arrays pointers

Disabling disk cache in linux

c linux caching ubuntu-12.04

Printing a % sign in C using 'printf' [duplicate]

c

does the incrementation of unsigned int cause undefined behavior when the variable reach the Max

c++ c int

Tracing recursion for fibonacci series [closed]

c recursion

Low level C/C++ performance?

c++ c micro-optimization

Assigning strings to pointer in C Language

c string pointers

What is datatype of FILE? [duplicate]

c

Print TCP Packet Data

what (r+1 + (r >> 8)) >> 8 does?

c bit-manipulation

What happens when a C preprocessor macro is defined twice?

c macros c-preprocessor

Why can't C functions return an array type? [duplicate]

c arrays return return-type

Explanation for this function's output

How can I compare a number with other numbers without writing them all out in C?

c if-statement trigonometry

Why is there no inbuilt swap function in C but there is xchg in Assembly?

c assembly

Why can arrays be assigned directly?