List Question
20 TechQA 2024-03-30T14:50:15.777000Memory allocated for pointer to string literals
72 views
Asked by GrandeKnight
Forcing a macro argument to be a string literal
81 views
Asked by Harith
How to create a string literal based on generic character type in c++20?
45 views
Asked by bradgonesurfing
Does sizeof result depends on the declaration of the string?
82 views
Asked by Guille
Why does bidimensional char array behave this way in C?
68 views
Asked by Shekel Sniffer
How to compare a char in a string to a specific char?
222 views
Asked by caleb schwab
Rust Macro: Expected literal
89 views
Asked by Eatenpancreas
Python "SyntaxError: EOL while scanning string literal" error while using pandas DataFrame.query() method
77 views
Asked by Вадим Хибин
Typescipt string literals as generics with dependent type: Exhausiveness check in switch
29 views
Asked by MBoros
Typescipt string literals as generics: Exhausiveness check in switch
46 views
Asked by MBoros
invoke-webrequest fails with special characters
26 views
Asked by Bandit
Difference between the following declarations and definitions
68 views
Asked by blazingcannon
Why does the string class have the parameterless constructor and the constructor that takes a string literal as argument?
57 views
Asked by java_sundaresan
Function returning pointer into static string
96 views
Asked by ms complaints
What is the correct output of sizeof("string")?
5k views
Asked by cFsichb
What's different between char and char [1]?
121 views
Asked by Spooder02
C: preprocessor macro to build and use string literals at compile time?
95 views
Asked by Oh Fiveight
How %d works for "" in string ? Result: 4210704
175 views
Asked by Gribnik2000
Is char s[] = {"ABC"}; legal?
220 views
Asked by GongNanyue