Search code examples
How does (int) casting work on char arrays and char *?...


carraysstringstring-literals

Read More
How to configure tsconfig.json to support string literals or string templates...


typescriptstring-literalstsconfig

Read More
Methods to concatenate strings on separate lines...


rubystring-literals

Read More
Does the C equality operator compare the literal value of two strings or their memory locations?...


cstringstring-comparisonimplicit-conversionstring-literals

Read More
Ternary operation with a string output in C...


cternary-operatorstring-literals

Read More
In C11, string literals as char[], unsigned char[], char* and unsigned char*...


cstring-literalsunsigned-char

Read More
Returning const char* from a string literal in C++?...


c++c++17string-literalsconst-char

Read More
Differentiate String Literal from Char Array...


c++templatesgccstring-literals

Read More
How to correctly override literal operators?...


c++stringcompiler-errorsstring-literals

Read More
String literals without having to escape special characters?...


objective-cnsstringescapingstring-literals

Read More
char array not recognized in function...


carraysembeddedstring-literals

Read More
Restrict passed parameter to a string literal...


c++c++11string-literals

Read More
where is NSString literal placed in memory?...


iosobjective-cmemorynsstringstring-literals

Read More
User Defined String Literals compared to Const Strings...


c++stringstring-literalsuser-defined-literalsconst-string

Read More
jq not replacing json value with parameter...


jsonvariablesjqstring-literalsstring-interpolation

Read More
How does "str" - "str" in C work? How are they stored?...


cstringcharacterstring-literalsinteger-arithmetic

Read More
What does assigning a literal string to an NSString with "=" actually do?...


objective-ccocoavariable-assignmentstring-literalsreference-counting

Read More
Print character in a for loop c++...


c++charstring-literals

Read More
Raw literal strings in Julia...


stringescapingstring-literalsjulia

Read More
Segmentation Fault in char pointer...


cstring-literals

Read More
Why do I get a deprecated conversion warning with string literals in one case but not another?...


c++arraysstringpointersstring-literals

Read More
Python string literal throwing errors with place holders...


pythonstringpython-2.xstring-literals

Read More
Mixing wide and narrow string literals in C...


cstring-literalswidestring

Read More
Any way to use string literal u8 with a variable?...


c++utf-8string-literals

Read More
jq construct with value strings spanning multiple lines...


jsonjqstring-literals

Read More
Can I assign a pointer to char pointer directly to a string literal?...


c++pointersstring-literals

Read More
Convert python string representation with '\n' to real python list...


pythonstringliststring-literals

Read More
How to use Golang custom scanner string literals and expand memory to load entire file into memory?...


gostring-literals

Read More
Why it is possible to assign string to character pointer in C but not an integer value to an integer...


cliteralsstring-literals

Read More
why aren't newlines / other control sequences printed with static_assert?...


c++11string-literalsstatic-assert

Read More
BackNext