Search code examples
C char array has different length than expected...


arrayscfor-loopc-stringsstrlen

Read More
Does s conversion specifier specify direction / order in which characters are written?...


cprintfc-stringsconversion-specifier

Read More
How to fix warning "Format specifies type 'void *' but the argument has type 'char&...


cpointersprintfc-stringsconversion-specifier

Read More
Number index to array element...


arrayscfor-loopc-stringsfgets

Read More
How do I convert a CString into a String with Rust?...


stringrusttype-conversionc-strings

Read More
Expand macros inside quoted string...


cmacrosc-preprocessorc-strings

Read More
LSD Radix for a fixed count array...


arrayscc-stringsradix-sort

Read More
Is there a worked example of using CStrBufT with a CString?...


visual-c++mfcc-strings

Read More
missing first character when printing string...


cfor-loopcharc-stringsputs

Read More
Word Count in C...


cif-statementsubstringc-stringscounting

Read More
Last character index of inverted string in C being the whole uninverted original string...


cc-stringsreversing

Read More
How to create a null-terminated string in Go?...


stringgoc-strings

Read More
Calling SHGetKnownFolderPath from Python?...


pythonctypesc-stringsshell32.dlllpwstr

Read More
When/Why is '\0' necessary to mark end of an (char) array?...


arraysccharc-stringsnull-terminated

Read More
Is this a legal C strdup function?...


cc-stringsstrdup

Read More
How to count characters in a C_String in C++?...


c++functionfor-loopwhile-loopc-strings

Read More
How to pass a string to a function and return the same string changed in C?...


cbinarycharhexc-strings

Read More
How to shift chars in a character array without a temp?...


c++arraysstringcharc-strings

Read More
C How to create an 2d array of characters?...


cmultidimensional-arrayinitializationc-stringsvariable-length-array

Read More
Replace one character with multiple characters...


cstringcharc-strings

Read More
How do I convert a long string into a smaller abbreviation consisting of the first character, last c...


cloopscharc-stringsabbreviation

Read More
my C function is modifying a char array it shouldn't because it's deliberately out of scope...


arrayscpass-by-referencec-stringspalindrome

Read More
Please have a look at the code, clang is giving the error " incompatible pointer to integer con...


cif-statementcharc-stringstolower

Read More
how the null value '\0' assign in the exacted \n index?...


ccharnewlinec-stringsfgets

Read More
GTK function call messes up completely unrelated char* value...


ccharc-strings

Read More
C pointer concept segmentation fault...


csegmentation-faultprintfc-stringsimplicit-conversion

Read More
errors in fizzbuzz in C using String approach?...


cc-stringsfizzbuzz

Read More
wcstok causes segmentation fault...


csplitsubstringc-stringswchar-t

Read More
printf() is printing a character after the terminating character in C, how do I fix this?...


cstringc-strings

Read More
Scanning and Printing strings using an array of strings...


arrayscpointersscanfc-strings

Read More
BackNext