Search code examples
How does adding n integers to a string result in subtracting the first n characters?...


arrayscstringoperatorsc-strings

Read More
Why is this version of strrev faster than mine?...


creversec-stringsfunction-definition

Read More
Strip first and last character from C string...


cstringc-strings

Read More
Allocate memory in a function, then use it outside...


cdynamic-memory-allocationc-strings

Read More
Trim Characters off a String on the Stack?...


cchartrimc-stringsfunction-definition

Read More
Problems with limiting a string length in C...


cscanfc-strings

Read More
C string pointer. int pointer vs char pointer...


cpointersc-strings

Read More
Storing a string in struct via an argument to a function...


clinked-listc-strings

Read More
I wrote a function that takes one string and, capitalize the last character of each word in uppercas...


ccharc-stringscase-sensitivefunction-definition

Read More
Do I need to malloc C-style strings?...


arduinoc-strings

Read More
array type 'char [30]' is not assignable...


arrayscstructc-strings

Read More
String fundamentals...


c++memory-managementc-stringsstdstring

Read More
Should I expect a char** or a char* here from the caller?...


cpointersc-strings

Read More
Is there a quick way to get the last element that was put in an array?...


arraysccharfgetsc-strings

Read More
Check if a string is included in an array and append if not (C)...


arrayscloopsuniquec-strings

Read More
Similar solutions but different answers...


c++stringc-strings

Read More
too many arguments in function call in c?...


ccharprintfscanfc-strings

Read More
Concatenate strings using ## operators in C...


cconcatenationstring-concatenationc-stringspreprocessor-directive

Read More
Why is this still counting spaces within a String?...


cfor-loopc-stringscs50null-character

Read More
Why does my debugger show extra characters in character array?...


arrayscdebuggingcodeblocksc-strings

Read More
what(): basic_string::_M_construct null not valid...


c++stringvectorc-stringsstrtok

Read More
How to extract a substring from a string in C?...


cstringc-strings

Read More
Bizarre characters in scanf output...


cscanfc-strings

Read More
Reading and Storing large hex file data using C language...


carrayscharc-strings

Read More
conditions in if statement in C not working while using &&, despite working separately...


cstringif-statementc-strings

Read More
why char array is empty in C...


cscopeundefined-behaviorc-stringsstorage-duration

Read More
The memory location of char array and string in c...


cc-strings

Read More
Reverse String with a pointer to a function, which executes the String reverse...


cpointersreversec-stringsfunction-definition

Read More
How is a pointer to char assigned by a string in C?...


carraysstringcharc-strings

Read More
Greetings, I have a syntax problem in my code. Can you help me?...


c++constantsc-stringsstring-literalsfunction-declaration

Read More
BackNext