CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
char-pointer
09-12
Software design
Is String Literal in C really not modifiable?
07-17
database
Frist few bytes of a char* are corrupted after creating it with malloc()
06-29
Enterprise
How does memory allocation work with char pointers(string literals, arrays)?
05-16
Software design
How to know when a char* library function arg needs an array it can modify, not a char pointer?
04-29
Back-end
In plain C, could we implement generic functions using pointers to char instead of pointers to void?
04-06
database
Storing a string in char pointer (using scanf)
Links:
CodePudding