Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

why is -1>strlen(t) true in C? [duplicate]

c strlen

How to check if argv[count] is an integer

c pointers printf

How do I check the contents of an array?

c arrays

Block a thread with sleep vs block without sleep

c++ c multithreading

Why C has so many different types? [closed]

c type-conversion

Where is a char-pointing string stored LOGICALLY?

c string pointers char stack

Why we can't compare pointers which don't point to elements within the same array?

void pointer = int pointer = float pointer

c pointers endianness

Error in strcmp() when I use a structure as a parameter

c string structure strcmp

Pointer to Array in C

c arrays pointers

lone declaration in if statement?

What exactly is stdin?

c gcc stdin

Correct use of Realloc

c realloc

Is this is an example of static memory allocation or dynamic memory allocation?

can I assume that sizeof(uint8_t) = 1?

c sizeof uint8t uint

Why clang does not optimize global const like a #define?

Operations on arbitrary value types

c++ c cuda gpgpu value-type

irritating select() behaviour in c

c sockets select timeout

Counting the number of occurrences of words in a textfile

c algorithm nlp counting

Pthread conditional signal - not working as expected

c synchronization pthreads