Search code examples
How to remove first character from const char* in C language code...


cstringc-strings

Read More
C - Same char[] variables, different output...


arrayscinitializationprintfc-strings

Read More
Add const char and char in c...


ccharc-stringsstring.h

Read More
Insert a string into a sorted linked list of strings in C...


csortingc-stringssingly-linked-listfunction-definition

Read More
Can't dereference a char* array passed through a function...


cpointersc-stringsvoid-pointers

Read More
Why am I getting a segmentation fault? C, basic code...


csegmentation-faultc-stringsstring-literalsfunction-definition

Read More
Invalid write,read when allocating memory in c...


cpointerssplitc-stringsrealloc

Read More
How do I get the size of a c-string input in cin?...


c++arraysc-stringscin

Read More
How to compare two char arrays in C?...


cnewlinec-stringsfgetsstrcmp

Read More
scanf() not writing to 2d char array...


cmultidimensional-arrayruntime-errorscanfc-strings

Read More
How does strcat() fucntion actually works and its alternate...


cdynamic-memory-allocationc-stringsstrcat

Read More
C programming - fgets invoked out of order in while loop...


cloopswhile-loopc-strings

Read More
C-string will never be called in gmock...


c++testingc-stringsgooglemock

Read More
Strsep with Multiple Delimiters: Strange result...


ctokenizec-stringsstrsep

Read More
What's causing a segmentation fault in my code and what I should do to fix it?...


csegmentation-faultc-stringspalindromestrcpy

Read More
C strings - Do pointers to signed char vs unsigned char make a difference when working with strings?...


crustc-stringsffi

Read More
String termination - char c=0 vs char c='\0'...


cstringc-stringsnull-terminatedansi-c

Read More
C++ string and char* difference in example...


c++pointerscharstdc-strings

Read More
Same output when printing out a tree in C...


cstringwhile-loopc-strings

Read More
C printf prints an array that I didn't ask for...


arraysccharprintfc-strings

Read More
const char* pointer handling (C++)...


c++for-looppointersc-strings

Read More
String Unexpected Behavior in C...


cscanfundefined-behaviorc-strings

Read More
what does it mean to have these kind of errors in C?...


cduplicatescharc-stringsfunction-definition

Read More
Recursion to find length of a string in C...


crecursionc-stringsfunction-definitionstrlen

Read More
Replace a word in string...


creplacesubstringundefined-behaviorc-strings

Read More
heap-buffer-overflow for Leetcode strStr problem...


cwhile-loopc-stringsfunction-definitionstrstr

Read More
Why is message[i] returning an uninitialized value in this string?...


cloopsc-stringsfgetsfunction-definition

Read More
Segmentation Fault While Manipulating String...


ccs50undefined-behaviorc-stringsnull-pointer

Read More
Function works in windows but doesn't in linux...


cnulluser-inputc-strings

Read More
Heap buffer overflow caused by single line...


cfor-loopmallocc-stringsfunction-definition

Read More
BackNext