Search code examples
Segmentation fault (core dumped) - strlcpy function C...


cundefined-behaviorc-stringsstring-literalsfunction-definition

Read More
Qt vs constexpr string literal...


c++qtconstexprstring-literals

Read More
How to use string literals without using arrays and #define preprocessor directive?...


cstringc-preprocessorstring-literals

Read More
String not assignable to char array in C...


arrayscvariable-assignmentc-stringsstring-literals

Read More
Is it valid/recommended to use string literals as the result of an expression using the ternary oper...


cconditional-operatorstring-literals

Read More
Kotlin - Form feed character - Illegal escape: '\f'...


escapingkotlinstring-literals

Read More
What is the r#""# operator in Rust?...


stringrustsyntaxstring-literals

Read More
How to Omit a string in a String Literal in TypeScript...


typescriptstring-literals

Read More
Why am I getting a segmentation fault? C, basic code...


csegmentation-faultc-stringsstring-literalsfunction-definition

Read More
Use type checking for unique string literals in union types...


typescriptstring-literalsunion-types

Read More
What is the meaning of the colors within this string literal?...


c#visual-studioidestring-literalscolor-scheme

Read More
== doesn't works when comparing argv[] strings...


cif-statementcomparisonimplicit-conversionstring-literals

Read More
Some const char * are unavailable at compile time?...


c++stringtemplatescompile-timestring-literals

Read More
TypeScript > 4.1 Fixed Length String Literal Type...


stringtypescriptstring-literals

Read More
printf - raw string literal with format macro of fixed width integer types...


c++printfstring-literals

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


csegmentation-faultcs50undefined-behaviorstring-literals

Read More
How to define string literal union type from constants in Typescript...


typescriptstring-literalstypescript3.0union-types

Read More
"Life-time" of a string literal in C...


cfunctionlocal-variablesstring-literalslifetime

Read More
Struct array string merge with another string in c...


arrayscinitializationc-stringsstring-literals

Read More
Powershell Script wont add $PSDefaultParameterValues to $profile...


powershellprofilestring-literalsstring-interpolationdefault-parameters

Read More
how to use non-english literal without getting any unicode error?...


pythonstring-literalspython-unicodeunicode-literals

Read More
How change the second letter in char *name = "exemple"; with char *name...


c++pointerscharc-stringsstring-literals

Read More
Comparing Char Pointers...


c++cstring-literals

Read More
How to remove escape sequence like '\xe2' or '\x0c' in python...


pythonregexescapingstring-literals

Read More
Type mismatch when returning an int value from an int function with str parameter...


c++charliteralsstring-literalsfunction-call

Read More
Why does the C standard state that string literals shall begin and end in the initial shift state?...


cstring-literalsc89

Read More
how to reverse a string of type char *?...


creverseundefined-behaviorstring-literalsfunction-definition

Read More
Why can an array of char be a template parameter but a const char* can't...


c++c++11templatesc++14string-literals

Read More
C++ raw string with special char...


c++escapingstring-literalsrawstring

Read More
another "initialization makes integer from pointer without a cast" error i didnt understan...


ccharinitializationprintfstring-literals

Read More
BackNext