Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

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

Optimize integer and floating point multiplication

c++ c floating-point

Why is GCC saying a variable is unused when it is not?

c gcc

C++ small vs all caps datatype

c++ c visual-studio typedef

How do I build a OneTwoThree linked list with a minimum number of assignment operators? [closed]

c initialization

C convert hex to decimal format

c decimal hex

Trying to get started in C [closed]

c

Help comparing an argv string

c argv