Search code examples
Why can't I edit a char in a char*?...


cgccc-strings

Read More
C language printf add additional useless message...


clinuxprintfc-stringsconversion-specifier

Read More
print value of char array which is loaded with void pointer...


c++pointerscopycommand-line-argumentsc-strings

Read More
Where does const char* get the pointer to a memory address?...


c++cimplicit-conversionc-stringsstring-literals

Read More
Can't convert to Lower/uppercase a char* pointer using a loop in C without toupper...


ccharc-stringsstring-literalstolower

Read More
Why don't use msg in printing instead of msg[pointer -1]?...


cfunctionprintfc-stringsconversion-specifier

Read More
C program to count the character with the lowest frequency...


carrayscharc-stringscounting

Read More
Memory allocation of pointer working for fixed variable assigned string but not for user input strin...


cscanfdynamic-memory-allocationfgetsc-strings

Read More
how to load a c string from a file...


cc-stringscfile

Read More
How to change newline character with one space when concatenating strings in C?...


cconcatenationnewlinefgetsc-strings

Read More
C sscanf not working correctly with char pointer...


cscanfc-stringschess

Read More
read character array with cin.get...


c++inputcharc-strings

Read More
Why does the following piece of code return the value pointed at by the pointer and not the address ...


c++pointersoperator-overloadingconstantsc-strings

Read More
doing binary search in an array of strings using bsearch c...


cmultidimensional-arrayc-stringsqsortbsearch

Read More
strtok_r is returning incorrect data after tokenizing...


c++cc-stringsstrtok

Read More
Copying array into array into another array (of strings), duplicate its content in C...


carraysprintfc-stringsmemcpy

Read More
Create own string using const char * vs char *...


c++charconstantsc-strings

Read More
My own strcat function with pointers does not work right...


cpointersc-stringsstrcatfunction-definition

Read More
Removing a word from a given string...


cc-strings

Read More
why do I need to use strdup()?...


clinked-listcopysingly-linked-listc-strings

Read More
Length of line in function defaults to 1 after first user input, why?...


cwhile-loopmaxc-strings

Read More
Why ++str and str+1 is working and str++ isn't?...


crecursionc-stringspost-incrementfunction-declaration

Read More
comparing the ending of the strings...


cc-stringsstrcmpsuffixfunction-definition

Read More
Should this pointer be acting this way? Basic C...


carrayspointersimplicit-conversionc-strings

Read More
How does strlen works in this case?...


cescapingc-stringsstring-literalsstrlen

Read More
Program Prints the string in the wrong way. strcpy...


cc-stringsstrcpystrcat

Read More
How to count only letters in string?...


cloopsc-stringscs50isalpha

Read More
Extracting digits to a string array by reading from file...


cfile-handlingc-strings

Read More
char* change when applying a function...


csubstringc-stringsfunction-definition

Read More
How to initialize these array types?...


carraysstringtypedefc-strings

Read More
BackNext