Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

if inside a switch case, to restrict cases

c++ c

Dynamic array confusion

c malloc dynamic-arrays

Ampersand and square brackets priority

How much cycles math functions take on modern processors

c math gcc assembly x86-64

The semantics of checking if conditions

c

storing pointers to line numbers of a file stored on disk in C++

c++ c

Why compilers are written in C/C++ instead of using CoffeeScript (JavaScript, Node JS)?

Why can't I change char array later?

c string

Checking if the file pointer has reached EOF without moving the file pointer?

c pointers input integer eof

How do I clear the screen in C? [duplicate]

c macos unix

Symbolic constants in C (#define statement)

c

How to explain './' prefix before the name of an executable in terminal? [closed]

c unix terminal

segmentation fault when using double brackets with printf [duplicate]

In C, does sizeof measures its result in octet bytes or chars?

c char sizeof

_Bool data type of C99

c boolean c99

Writing pure code without using third-party header files [closed]

c++ c

Bitwise operator to convert 0 to 1 and 1 to 0

c bitwise-operators

Is it safe to pass memory allocated using "new" to C libraries?

c++ c memory libraries

Does fscanf allocate memory and place a NUL byte at the end of a string?

c scanf

C reverse string function getting weird output

c