Search code examples
Why does this not concatenate two strings?...

cloopsc-stringsfunction-definitionstrcat

Read More
Defining a recursive function inside another function in C...

crecursionfunction-definition

Read More
How to remove a node in a pointer to linked list?...

cstructlinked-listdynamic-memory-allocationfunction-definition

Read More
How to reverse a linked list implementation of a queue...

cstructlinked-listreversefunction-definition

Read More
Can't print string after reverse in C...

cmallocreversec-stringsfunction-definition

Read More
Binary addition in c with character arrays...

cfor-loopcharfunction-definition

Read More
Check if number is period of sequence in C++...

c++algorithmloopsstdvectorfunction-definition

Read More
C++ Linked List Reverse Function Triggers Infinite Loop...

c++linked-listreversesingly-linked-listfunction-definition

Read More
c++ linked list, removing element disconnects the rest of the list...

c++classlinked-listsingly-linked-listfunction-definition

Read More
Replacing specific chars with different and more chars...

c++replacesubstringc-stringsfunction-definition

Read More
Using pointers to pointers to update linked lists in C...

cpointersstructlinked-listfunction-definition

Read More
Code using core issue 2118: why doesn't Clang see the function definition?...

c++clanglanguage-lawyerfunction-definition

Read More
`++` and `+=` operator are behaving differently...

crecursionfunction-definitionpost-incrementpre-increment

Read More
How to pass values within functions in linked lists C++...

c++classdata-structureslinked-listfunction-definition

Read More
Deleting all nodes smaller than x in singly linked list in c...

cstructlinked-listsingly-linked-listfunction-definition

Read More
Recursive function that reverses substring within a string...

c++stringrecursionreversefunction-definition

Read More
segmentation fault, c programm...

cfor-loopc-stringspalindromefunction-definition

Read More
Can the main function be declared before is defined?...

cfunctiondeclarationprogram-entry-pointfunction-definition

Read More
what is wrong with my if condition? it doesn't return the right value. in this case it should re...

arrayscif-statementreturnfunction-definition

Read More
Seg fault adding a node to linked list in c...

clinked-listundefined-behaviorsingly-linked-listfunction-definition

Read More
What is the trick for swap_pointers to work?...

cpass-by-referenceswapfunction-definition

Read More
What is the best way to create/reverse a linked list?...

clinked-listreversesingly-linked-listfunction-definition

Read More
Typing method of a abstract class with an interface...

typescriptmethodsabstract-classfunction-definition

Read More
Print prime numbers using pointer arithmetic...

cloopsprimespointer-arithmeticfunction-definition

Read More
Swap variables that pointers point in...

cpointerspass-by-referenceswapfunction-definition

Read More
node not getting deleted if it's the head...

c++linked-listnodessingly-linked-listfunction-definition

Read More
scanf in C leading to infinite loop...

crecursionscanffunction-definition

Read More
I'm a beginner and practising C selection sort but getting different output for different values...

csortingswapfunction-definitionselection-sort

Read More
Leetcode:Merge Two Sorted Lists. I don't know where the link is wrong...

cstructmergesingly-linked-listfunction-definition

Read More
linked list implemetation from scratch, segmentation fault...

cstructundefined-behaviorsingly-linked-listfunction-definition

Read More
BackNext