Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

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

Is declaring an header file essential?

c

What happens if you declare a variable inside a macro?

c++ c

short short int in c?

c char boolean int short

OR operator in C not working

c

empty switch case in C

c switch-statement

Which function should be use to converting string to long double?

c++ c parsing long-double

Why sizeof('c') is returning 4 instead of 1? [duplicate]

c