Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Why does 2 dimension array passing to function requires its size?

Call by reference value's type casting in Unix

c unix casting porting

Is the type `stack_t` no longer defined on linux?

c linux ucontext

Why is getchar() not working for me?

c getchar

does a variable consume memory in addition to just its content (e.g. type, location)?

c++ c

C language : string concatenation on string pointer

c

XOR operator in C

Is it possible that a variable declared after the main has file scope?

c scope control-structure

How to check whether a no is factorial or not?

n & ~(n - 1) What does this function do?

c

What happens to floating point numbers in the absence of an FPU?

How to write a a self replacing/updating binary?

c++ c linux

C Programming - Functionality of strlen

c string strlen

Bit shift operator precedence in C

c operator-precedence

Interesting Powers Of 2 - algorithm/ Math (from Hackerrank ACM APC)

c algorithm math

C program confusing output

c

What is the utility of declaring a static variable in function?

c++ c variables static

C Generate random numbers without repetition [duplicate]

c

reason for double free or corruption

c

Where does constant local variable array go in memory for a 'C' program

c gcc memory