Search code examples
C switch case using char[2]...


cswitch-statementasciic-strings

Read More
Utility of '\0' in C string...


cinitializationc-stringsstrlen

Read More
warning: unknown escape sequence: '\040' [enabled by default]...


cwarningsc-stringsstring-literals

Read More
Eject excess space from string in C...


cstringc-strings

Read More
Check if string is reverse substring...


cstringc-stringspointer-arithmetic

Read More
How to only print the first word of a string in c++...


c++c-strings

Read More
Swap specific text in string...


cstringc-strings

Read More
Pass %d to strcat() fucntion...


cc-stringsstrcat

Read More
scanf skipping string with a defined size with a proceeding space...


c++scanfc-strings

Read More
Create a 2d array of strings using dynamically allocation in c...


carraysmemory-managementappendc-strings

Read More
(Beginner) Don't know why code doesn't give correct output...


ccharc-stringsfunction-definitionerase-remove-idiom

Read More
Determine size of char array to convert numbers with the preprocessor...


cprintfc-preprocessormicrocontrollerc-strings

Read More
`% a` in string reads as a point in memory...


cprintfc-stringsmodulo

Read More
Sum of Digits in a String (using string objects) C++...


c++stringobjectsumc-strings

Read More
How to print a specific character from a string in C...


cloopsfor-loopnested-loopsc-strings

Read More
Getting no output why is that?...


cscopec-stringsfunction-definitiontoupper

Read More
ANSI C - Why malloc and free dont work for char pointers?...


cpointersdynamic-memory-allocationfreec-strings

Read More
Comparisons between two strings don't work...


cif-statementc-stringsfgetsstrcmp

Read More
Concat two strings through pointers not working...


cwhile-loopc-stringsfunction-definitionstrcat

Read More
Is it well-defined behavior to return a vector of const char*, filled inside a function...


c++stdvectorc-strings

Read More
What is the diffrence between char *str="this is a string" from char *str = strdup("t...


cpointersc-stringsstring-literalsstrdup

Read More
Getting a bus error trying to switch letters in a string...


cdynamic-memory-allocationc-stringsstring-literalsbus-error

Read More
Implementing strcpy function without using in-built strcpy...


arrayscfunctionc-strings

Read More
How does strcat affect the strtok?...


cundefined-behaviorc-stringsstrtokstrcat

Read More
invalid pointer when using strtok_r...


cdynamic-memory-allocationfreec-stringsstrtok

Read More
Storing tokens from 1D char array to char** array...


csplitdynamic-memory-allocationc-stringsstrncpy

Read More
problem in comparing string to a integer i guess...


cfor-loopif-statementc-stringsdigits

Read More
Is there any way to split a CONST char * with a delimiter into an array?...


csplitc-stringsfunction-definition

Read More
Why does the pointer get printed twice in C?...


cpointersundefined-behaviorc-strings

Read More
Having troubles understanding string declaration in C...


cfor-loopheap-memorydynamic-memory-allocationc-strings

Read More
BackNext