Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

MPI with Multiple Pthreads

c multithreading mpi openmpi

Is nullptr used to terminate C-style strings?

c++ c pointers c++11 c-strings

When using regex in C, \d does not work but [0-9] does

c regex

Is the order of execution always the same in C/C++

c++ c

First character of pointer

c pointers char

Why don't I get a warning while passing parameter to a function which should not accept any incoming parameter? [duplicate]

Is it recommended method for computing the size of a file using fseek()?

c file

Understanding `option long_options[]` when using `getopt_long`

Best practices for float multiplication in C++ or C?

Intel C Compiler giving the wrong output when using openmp

c openmp

for loop macro coding style

c loops macros c-preprocessor

Unable to understand - reading characters from files in C

c file-handling

C char pointer length

c arrays initialization strlen

When trying to print pascals triangle 13th iteration prints wrong answer

c pascals-triangle

Why Quick sort code is breaking stability?

c algorithm sorting quicksort

extern and global variables with the same name in C

c global external extern

LD_LIBRARY_PATH does not work

c gcc linker zlib

Proper way to count down with unsigned

c loops unsigned

Why can't I increment an array?

c arrays pointers

Why there is no sign character in the syntax of constants?

c syntax