Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Trouble understanding fork() output

c fork pid

What is "Super Loop" in Embedded C programming language?

c loops embedded

Why this simple program in C crashes (array VS pointer)

c arrays pointers extern

Is this clang optimization a bug?

What's the logic behind addition of 0101 with 5 in C? [duplicate]

c binary

Word given to the standard in using scanf isn't printed without error

c

Best practices for handling variable size arrays in c / c++?

c++ c arrays

sleep() is stalling my program too early. What am I doing wrong?

c stdout sleep flush

How do I parse a token from a string in C?

c string tokenize

Good school-type projects or assignments for (re)-learning C? [closed]

confusing fork system call

c++ c unix fork

string representation of enum values [duplicate]

c

Parenthesis operator in C. What is the effect in the following code

c parentheses

c - why does it make sense that indexing a character pointer is an int?

c string

What is a good metaphor for c memory management? [closed]

c memory-management

C: declare a constant pointer to an array of constant characters

c arrays pointers char constants

how about .bss section not zero initialized

c gcc elf

Do C functions support an arbitrary number of arguments?

c

lifetime of declaration within a loop

c++ c

Assignment and comparison

c++ c