Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Why do we use explicit data types? (from a low level point of view)

Why does a seccomp process always get killed?

c linux seccomp

Pass more than a value between non-terminal Bison rule

string input with spaces [duplicate]

c string gcc ubuntu

How bad is a "controlled" signed int overflow and can it even be "controlled"?

c compilation overflow atoi

Does not writing return statement in void function occupies the stack memory?

c recursion stack quicksort void

C, Multiplication, Bit operation or *

c

how to assign a value using address?

c

Passing Fortran derived type array to a C function as a struct

How to circumvent the "foreground lock timeout" to activate my window?

Why does the sizeof operator produce different results for an array

c++ c

Reading an array of strings in C

c arrays string

scanf not working as expected

c scanf

How to create a program that reads the last commands exit status?

c linux shell exit-code

Is there a way to read a character from an array and then lookup it's value in a predefined enum in c?

arrays c variables enums char

How can I distinguish a pointer from a dereference in C?

arrays c pointers dereference

How does subtracting an address reference work?

Counting number of non-leading 0 in binary representation of given integer with a loop using add / jnc