StackOverflow Questions for Tag: c23

hackerb9
hackerb9

Reputation: 1952

Grouping sets of 4 bits into nybbles in C printf

Score: 4

Views: 236

Answers: 8

Read More
xdevel2000
xdevel2000

Reputation: 21444

Error: redefinition seems not to be generated with GCC and C23

Score: 6

Views: 103

Answers: 2

Read More
Lundin
Lundin

Reputation: 214770

No more reserved identifiers in C23?

Score: 4

Views: 120

Answers: 1

Read More
Lundin
Lundin

Reputation: 214770

realloc(ptr, 0) in C23 - now what?

Score: 32

Views: 884

Answers: 2

Read More
Lundin
Lundin

Reputation: 214770

Is there such a thing as "function attribute correctness"?

Score: 5

Views: 132

Answers: 1

Read More
user18490
user18490

Reputation: 3839

Why clang's sanitizer doesn't report memory leaks for global scope variables?

Score: 3

Views: 91

Answers: 1

Read More
xdevel2000
xdevel2000

Reputation: 21444

C23 and memory representation of nullptr

Score: 1

Views: 119

Answers: 2

Read More
Daria
Daria

Reputation: 79

Why does GCC accept `foo[0]` but not `*foo` as a constant?

Score: 7

Views: 143

Answers: 0

Read More
prestamo ordenador
prestamo ordenador

Reputation: 17

Can "nullptr" fully replace "NULL" in C23?

Score: 0

Views: 156

Answers: 0

Read More
w00t
w00t

Reputation: 143

How to print constexpr in C23 at compile-time?

Score: 4

Views: 128

Answers: 1

Read More
user51462
user51462

Reputation: 2072

Scope of underspecified declarations

Score: 3

Views: 103

Answers: 1

Read More
JohnyL
JohnyL

Reputation: 7152

C23 by Microsoft C compiler support: bugs or unimplemented features?

Score: 0

Views: 509

Answers: 1

Read More
Badasahog
Badasahog

Reputation: 763

Is there a sequence point between the evaluation of a function's arguments and the assignment of the return value of a function to another object?

Score: 3

Views: 106

Answers: 2

Read More
KamilCuk
KamilCuk

Reputation: 141688

What is the order of evaluation of VLA dimensions?

Score: 5

Views: 123

Answers: 1

Read More
Adam Sho
Adam Sho

Reputation: 29

Can the addresses of two distinct variables of different types compare equal in C?

Score: 2

Views: 154

Answers: 4

Read More
xdevel2000
xdevel2000

Reputation: 21444

Printing a negative _BitInt in C23

Score: 2

Views: 232

Answers: 2

Read More
CPlus
CPlus

Reputation: 4848

Is there any difference between the C23 _BitInt() and a non-bit-precise integer of the same width?

Score: 4

Views: 2401

Answers: 1

Read More
jitters
jitters

Reputation: 41

What is the correct way to use C23's nullptr in place of NULL?

Score: 3

Views: 297

Answers: 1

Read More
Jan Schultke
Jan Schultke

Reputation: 39869

What are the [[reproducible]] and [[unsequenced]] attributes in C23, and when should I use them?

Score: 11

Views: 1453

Answers: 2

Read More
dash-o
dash-o

Reputation: 14493

Using previously set fields when initializing structure with compound literals

Score: 2

Views: 78

Answers: 1

Read More
PreviousPage 1Next