Search code examples
How undefined are __builtin_ctz(0) or __builtin_clz(0)?...


c++undefined-behaviorconstexprc++14bit-manipulation

Read More
Active member of an union after assignment...


c++undefined-behaviorunionsassignment-operator

Read More
destructor is called twice for variant-based implementation...


c++templatesc++17undefined-behavior

Read More
Character array without a null terminator in C...


arrayscstringundefined-behaviornull-terminated

Read More
How can unions be used to bypass strict aliasing violations?...


cundefined-behaviorunionsstrict-aliasing

Read More
Do parentheses force order of evaluation and make an undefined expression defined?...


c++cexpressionundefined-behavioroperator-precedence

Read More
Using memcpy to switch active member of union in C++...


c++undefined-behaviorunionsmemcpy

Read More
C: Undefined behavior when multiplying uint16_t?...


cundefined-behaviorsigned-overflow

Read More
Remove undefined behavior from overflow of signed integers in constant expressions?...


c++c++20undefined-behaviorconstexprinteger-overflow

Read More
Where is a string stored without OS?...


cstringoperating-systemundefined-behavior

Read More
Is full followed by partial initialization of a subobject undefined behavior?...


cinitializationundefined-behavior

Read More
Having Problems with while - CodeForces 1A...


cwhile-loopinitializationvariable-assignmentundefined-behavior

Read More
Copying differently sized data from a union to a byte array...


cundefined-behaviormemcpyunions

Read More
Is accessing an element of a multidimensional array out of bounds undefined behavior?...


carraysmultidimensional-arrayundefined-behavior

Read More
Why is the result of Number.isNaN('abc') false?...


javascriptundefined-behavior

Read More
strncat-like function breaks during test...


cstringpointersundefined-behavior

Read More
jQuery .first() method returns a collection intead of the first element...


jquerymethodsundefined-behavior

Read More
Call member function of non-active union member...


c++undefined-behaviorunions

Read More
Zero-cost properties with data member syntax...


c++language-lawyerundefined-behaviorunions

Read More
Is left shifting unsigned int more than its bit field width, but less than its type size undefined?...


cundefined-behaviorbit-shiftbit-fieldsinteger-promotion

Read More
Window & document not Defined but worked earlier [NextJS]...


cssnext.jsuse-effectundefined-behaviorreact-usememo

Read More
String Unexpected Behavior in C...


cscanfundefined-behaviorc-strings

Read More
Is storing initializer_lists undefined behaviour?...


c++c++17undefined-behaviorinitializer-listvariant

Read More
Replace a word in string...


creplacesubstringundefined-behaviorc-strings

Read More
Is a unique_ptr with custom deleter never invoked when initialized with nullptr...


c++undefined-behaviorunique-ptr

Read More
Does the using declaration allow for incomplete types in all cases?...


c++17undefined-behaviorincomplete-typeusing-declaration

Read More
Segmentation Fault While Manipulating String...


ccs50undefined-behaviorc-stringsnull-pointer

Read More
Is the behaviour of casting a negative double to unsigned int defined in the C standard? Different b...


ccastingfloating-pointtype-conversionundefined-behavior

Read More
Format Specifier: %u vs %d in C...


cpointersprintfundefined-behaviorconversion-specifier

Read More
Segmentation fault (core dumped), cant figure why?...


csegmentation-faultcs50undefined-behaviorstring-literals

Read More
BackNext