Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

C OMP omp_get_wtime() returning time 0.00

c multithreading openmp

Sequence points in C / function calls

c

do we need to compare each element of a array in C?

c arrays

Why does Haskell perform so poorly when executing C-like codes? (in this instance at least)

Is i+++j always treated as i++ + j? [duplicate]

c operators

Using GDB with OpenMP

c gcc gdb openmp

how to append text to a file in windows?

c++ c windows winapi

Casting a struct to another

c++ c struct

Why do we need compiling and linking separately?

c++ c

Why are the values returned by sizeof() compiler dependent?

c++ c sizeof

explain this nested printf statement

c printf

how 256 stored in char variable and unsigned char

c++ c memory char bits

which property of a constant makes it not changable?

c++ c

Converting float to int, with and without cast

Can't find mkdir() function in dirent.h for windows

c++ c visual-c++ mkdir dirent.h

Strange values being initialized into array

c

getchar() != EOF

c getchar putchar

Linux best way in two-way IPC in C

c linux

What does (int*) &var mean?

c pointers

How to merge two Hex numbers to one number and then convert it into decimal.?

c merge numbers hex decimal