Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Multiple declarations same of variables inside and outside for loop

c variable-declaration

Dodging the inaccuracy of a floating point number

How to modify multiple elements at a time in C?

c arrays

undefined reference to 'shm_open'

c linux shared-memory

Possible to call code upon termination in a C program?

c

Avoiding malloc/free Overhead in structure allocations in C

c

Why is undefined size array in struct allowed?

c

Why does the program only give an output if defined in main (and how can I change this)?

How are variables tied to their values in C?

c pointers variables memory

How does one pass includes to execvp that's running a perl script?

c perl

C - three bytes into one signed int

Advantage of using compound assignment

c c11 compound-assignment

Generic linked list?

c linked-list polymorphism

How can i make getchar() function hold backspace

c

ASCII value = 0 and '\0'

c ascii null-character

Create a 128 byte random number

c random

Optimize integer multiplication with +/-1

c bitwise-operators

Parameters in the sizeof operator in C

Understanding K&R's putc macro: K&R Chapter 8 (The Unix System Interface) Exercise 2

c macros file-writing

Are stdin and stdout actually the same file?