Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

C: what does `int a[10]` mean

c arrays pointers

List undefined references from object file

c++ c gcc g++

Why isn't write(2) returning EINTR?

c linux

The C programming language book example: maybe out of date?

c

How to calculate nth n-digit palindrome efficiently?

c++ c algorithm palindrome

fgetc(stdin) in a loop is producing strange behaviour

c fgetc

real modulo operator in C/C++? [duplicate]

c++ c modulo

What's the difference among (const char *str) , (char const *str) and (char *const str)? [duplicate]

c pointers constants

C reverse binary [duplicate]

c binary binary-operators

How to kill a running thread? [duplicate]

c multithreading pthreads

sprintf usage with %.s

c printf

Should I declare system call functions in C?

C for loop through array with pointers

c pointers loops for-loop

In C is & shorthand for logical and(&&)?

c logical-operators

GCC typeof extension

c gcc typeof gcc-extensions

Reading multiple lines of input with scanf

c

Level-order traversal of a binary tree

c algorithm binary-tree

Explain the output of this C Program? [duplicate]

c

Add Application to Startup (Registry)

c++ c windows registry

A program where parent process creates a child process and both parent and child run same program different code

c unix process fork