Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Error in switch case, a label can only be part of a statement and a declaration is not a statement

c switch-statement

Identifier Enum is Undefined

c

When is the computation of casting executed?

c

Mystery with strcmp output - How strcmp actually compares the strings?

c string strcmp

what is the overflow tool in C language?

c++ c

error: field has incomplete type

c struct

Initialization of int pointer in C

c pointers initialization

printf - implementation in C

c

What happens when including header with static declarations?

c static inline

Is there a portable way to discard a number of readable bytes from a socket-like file descriptor?

c sockets unix io zero-copy

C get mode from list of integers

c

Writing a C function to take in an english sentence as parameter and return the longest length word in the sentence

arrays c string function

Restrict the size of built-in types

c gcc embedded

How to use an AC_CHECK_HEADER header in an AC_COMPILE_IFELSE program

c x86 autotools autoconf

Re-Organize 1d buffer as a 2d array

arrays c pointers

Why does this division result in zero?

c division integer-division

Appending character arrays using strcat does not work

Playing with pointer incrementation in C [closed]

c

Getting const char with the preprocessor syntax

What's the best way to toggle the MSB?

c bit-manipulation