List Question
20 TechQA 2024-02-01T18:37:10.423000Char pointer member being replaced with "\320" unintentionally when building a struct pointer
68 views
Asked by Howell X
Two different char pointers end up with the same value
51 views
Asked by MrMiserMeister
C++20 changes reading into char arrays with `operator>>` - How to fix this?
156 views
Asked by Martin Weitzel
How do I modify a char** in another function
145 views
Asked by Unyaya
How to use Arduino's Serial.print with char* and const char* types
1.2k views
Asked by Juan_David
Getting a list of strings from a function without dynamic memory
52 views
Asked by Engineer999
Is String Literal in C really not modifiable?
633 views
Asked by HDHDHD
C: String Variable Loses Value After Returning From Void Function
131 views
Asked by Franco N. Sosa
Frist few bytes of a char* are corrupted after creating it with malloc()
44 views
Asked by Filip
How does memory allocation work with char pointers(string literals, arrays)?
136 views
Asked by かわいそu
Is it safe to compare const char* with == in C/C++?
314 views
Asked by David Callanan
ncurses displaying word at the center and make it into uppecase and lowercase
308 views
Asked by Suki Sebastian
How to know when a char* library function arg needs an array it can modify, not a char pointer
1.1k views
Asked by asisas07
In plain C, could we implement generic functions using pointers to char instead of pointers to void?
134 views
Asked by Simon
Making myfgets using char pointer as an input
92 views
Asked by Suki Sebastian
setting a character via index on a malloc char pointer not working
108 views
Asked by Jonas Frey
Storing a string in char pointer (using scanf)
1.2k views
Asked by Deepak
Pointer printing first char of string
802 views
Asked by Ron