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
Is it safe to return a stack-allocated structure by value?
Apr 28, 2026
c
c99
External definition for identifier with internal linkage
Apr 26, 2026
c
c99
linkage
How to check C source code against the current standard?
Apr 22, 2026
c
reference
specifications
c99
standards-compliance
Is there a difference between const char * const and const char []?
Apr 24, 2026
c
arrays
pointers
constants
c99
Ambiguity in scope of for loop declaration versus body
Apr 23, 2026
c
for-loop
language-lawyer
c99
c23
How to store an array of structs inside anonymous member?
Apr 22, 2026
c
struct
c99
Understanding this "extern inline" call in C99 [duplicate]
Apr 22, 2026
c
inline
c99
linkage
How to suppress PC-Lint Note 970 for int main(void) function?
Apr 19, 2026
c
c99
misra
ansi-c
pc-lint
Type punning: int[] and struct { int … }
Apr 11, 2026
c
c99
memory-alignment
abi
type-punning
C99 Macro to build a quoted string literal after evaluation
Apr 11, 2026
string
macros
c99
literals
expansion
Is it relevant to have a single inline function alone in a C file?
Apr 10, 2026
c
inline
c99
Accessing struct element straight from function call in C
Apr 08, 2026
c
gcc
struct
c99
c11
Initializing complex structure, GCC warns: initialized field with side-effects overwritten
Apr 09, 2026
c
gcc
c99
clang and gcc different behavior with compound literal
Apr 07, 2026
c
gcc
clang
c99
compound-literals
Compatibility between void * and char *
Apr 02, 2026
c
language-lawyer
c99
void-pointers
Should I use C(99) booleans ? ( also c++ booleans in c++ ?)
Mar 29, 2026
c++
c
boolean
c99
How to apply the restrict pointer type keyword in struct member arrays?
Mar 28, 2026
c
arrays
pointers
c99
restrict
How to get minor bit turned on?
Mar 25, 2026
c
c99
How to use M_LN2 from Math.h
Mar 22, 2026
c
constants
c99
math.h
Older Entries »