Search code examples
Check whether a given substring is present in the given string...


cfor-loopc-stringsstrcmp

Read More
using realloc to write on a new string?...


cduplicatesc-stringsreallocfunction-definition

Read More
int strlen has zero stored in it c++...


c++c-strings

Read More
Output pointer returns (null) instead of char value...


arrayscloopsstructc-strings

Read More
C user dynamic input with argv...


ccommand-line-argumentsc-strings

Read More
Segmentation fault when trying to concatenate an element of a 2d array...


cdynamic-memory-allocationundefined-behaviorc-stringsstrcat

Read More
How to input an empty string in c from command prompt...


cscanfc-stringsis-emptystrlen

Read More
C Increase char array of char array size...


cmultidimensional-arraydynamic-memory-allocationc-stringsrealloc

Read More
Reading line with spaces in C Programming and segmentating the words...


cstringc-strings

Read More
static_cast from 'const char *' to 'void *' is not allowed...


c++castingc-strings

Read More
How to concatenate characters in C from a string with spaces?...


cc-strings

Read More
How can we set the memory of array using cstring packgae functions in c++...


c++arraysmemoryc-strings

Read More
C: print the longest common prefix...


cc-stringsstring-comparisonprefixfunction-definition

Read More
Defining strings using pointers Vs. char arrays in C...


cpointersscanfimplicit-conversionc-strings

Read More
Difference between operator<< and write function?...


c++c-stringscoutoutputstream

Read More
why am I getting "Access violation" writing location?...


cundefined-behaviorc-stringsstrtokstring-literals

Read More
using strcmp between string array and 2d array string...


c++multidimensional-arrayc-stringsstrcmpfunction-definition

Read More
Reversing string with char aaryas...


cloopscharreversec-strings

Read More
What exactly does this format string do when paired with fscanf?...


cscanfc-stringsformat-specifiersconversion-specifier

Read More
how to read more than one word between double quotes from a file in C...


cstructscanfc-stringscharacter-arrays

Read More
string_view Vs const char* performance...


c++c-stringsstdstringmicro-optimizationstring-view

Read More
Trying to input in last pointer of array index used...


cfor-looppointersmultidimensional-arrayc-strings

Read More
trim function halve the memory size to remove the whitespaces?...


cdynamic-memory-allocationtrimc-stringsfunction-definition

Read More
How can I check if a string has special characters in C++ effectively?...


c++stringwhitelistc-strings

Read More
Removing a newline from the middle of a string using getchar...


cstringnewlinewhitespacec-strings

Read More
Confused with how strlen works in C...


cc-stringsstrlenpointer-arithmetic

Read More
creating a count_letters function in c?...


cfor-loopcountcs50c-strings

Read More
Heap corruption when deleting a string...


c++stringstlc-stringsheap-corruption

Read More
Trying to break out of fgets while loop...


cwhile-loopc-stringsfgetsstrcat

Read More
Recursive function for outputing string...


crecursionc-stringspost-increment

Read More
BackNext