Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in c99
What is the best way to represent characters in C?
Oct 22, 2025
c
char
character
c99
extern declaration of array
Oct 20, 2025
c99
extern
variable-declaration
How should I obtain the fractional part of a floating-point value?
Oct 19, 2025
c
floating-point
c99
floor
libm
use pointer to single value as Array
Oct 18, 2025
c
arrays
pointers
c99
c89
Is `void foo(int a[static 0]);` valid?
Oct 18, 2025
c
language-lawyer
c99
Tilde '~' operator on _Complex, what does it do? Is it an extension?
Oct 18, 2025
c
c99
complex.h
Is it valid to check if a function is defined in C?
Oct 17, 2025
c
visual-studio
language-lawyer
c99
static_if in C99's preprocessor
Oct 16, 2025
c
c99
c-preprocessor
static-if
Is there a C compiler flag that allows case insensitivity?
Oct 14, 2025
c
programming-languages
c99
compiler-specific
GCC C99 Disable compilation of main() without return
Sep 23, 2025
c
gcc
c99
Clang's __has_builtin doesn't always work
Sep 14, 2025
c
clang
c99
built-in
clang-extensions
Is accessing two volatiles in one statement is legal in newer C?
Sep 09, 2025
c
c99
volatile
iar
Function pointer compatibility between single pointer and empty parameter lists
Sep 05, 2025
c
language-lawyer
c99
c23
atexit considered harmful?
Mar 26, 2023
c
c99
atexit
Is `uint_fast32_t` guaranteed to be at least as wide as `int`?
Mar 22, 2023
c
c99
integer-promotion
C - filling struct after initialization - compilation error
Mar 20, 2023
c
gcc
compilation
compiler-errors
c99
Use open_memstream with c99
Mar 08, 2023
c
posix
c99
Are multiple identical prototypes legal?
Sep 04, 2025
c
prototype
language-lawyer
declaration
c99
Are bitmasks mandatory for unsigned conversions?
Sep 03, 2025
c
c99
unsigned
bitmask
C program yielding different results on different machines despite using the same fixed length data types
Sep 02, 2025
c
windows
scanf
mingw
c99
Older Entries »