Search code examples
Will this expression evaluate to true or false (1 or 0) in C?...


cconditional-operatorunary-operatorsequence-pointspostfix-operator

Read More
Does the ordering of multiple va_end calls matter?...


c++cvariadic-functions

Read More
C qsort fn segementation fault...


c

Read More
can't print correctly a long double in C...


cmingwlong-double

Read More
Arrow operator (->) usage in C...


cpointerssyntax

Read More
What is a privileged instruction? ...


cwinapidebuggingodbc

Read More
What are the consequences of opening a file in C in text or binary mode?...


cfileiotext-filesbinaryfiles

Read More
Minifilter missing deleted files in particular scenarios Windows 10 1903 +...


cwindowsdriverminifilter

Read More
__inline__ and __attribute__ confusing Doxygen...


cheader-filesdoxygen-wizardxc16

Read More
Why does modulus (%) operator work for char but not for floating types?...


cfloating-pointoperatorsmodulus

Read More
"Multiple definition of" "first defined here" on GCC 10.2.1 but not GCC 8.3.0...


clinuxgccstandardsheader-files

Read More
What exactly is a segmentation fault in C?...


c

Read More
Is it possible to use cat with execl inside a c program to print out its code without knowing the fi...


clinuxbash

Read More
What does `g_autoptr(MyApplication) app = my_application_new();` mean...


c++cflutter

Read More
Strange printf not working after a getchar and getchar skipping...


cprintfgetchar

Read More
How to make compiler warning about the enum type mismatch in switch and case?...


cgccclang

Read More
Efficiently dividing a double by a power of 2...


c++cx86

Read More
A way to count the number of __VA_ARGS__ arguments, including 0, without compiler specific construct...


cmacrosc-preprocessorvariadic-macros

Read More
How to get disk name programmatically in Linux(Like "/dev/sda" or "/dev/sdb")?...


clinuxfilesystemsblock-deviceblkid

Read More
mq_open err no 13 Permission denied...


clinuxposixmessage-queue

Read More
How do you find all matches in regexes with C?...


cregexposix

Read More
Failing to calculate amount...


c

Read More
C substring of variable length in a consistent file format...


c

Read More
C++ preprocessor __VA_ARGS__ number of arguments...


c++cc-preprocessorvariadic-macros

Read More
sscanf: how to parse...


cscanf

Read More
Number index to array element...


arrayscfor-loopc-stringsfgets

Read More
Using Linux C select system call to monitor files...


clinuxfilesystem-calls

Read More
Linked list inside an array deallocation in C...


arrayscmemory-managementlinked-listfree

Read More
What is the difference between using _exit() & exit() in a conventional Linux fork-exec?...


clinuxreturnforkexit

Read More
Java FFM, how to link a java object with a C struct?...


javaclua

Read More
BackNext