Search code examples
Swapping two characters of the same string with pointers...

cpointersreversec-stringsfunction-definition

Read More
Difficulties with implementation of stack...

cdata-structuresstructstackfunction-definition

Read More
Why isn't my DeleteNode() function working?...

clinked-listnodessingly-linked-listfunction-definition

Read More
Segmentation fault while returning a Node Linkedlist...

c++classtemplateslinked-listfunction-definition

Read More
Print pointer string which is return from function in C...

creversec-stringsstrlenfunction-definition

Read More
void replaceLetters(char *text, char original, char new_char) should change text...

creplacecharc-stringsfunction-definition

Read More
I'm getting this weird error when testing my code...

c++stringalgorithmsubstrfunction-definition

Read More
Recursively removing duplicate characters in a string...

crecursionc-stringsfunction-definition

Read More
How to identify an embedded palindrome within an array of digits...

arrayscpalindromefunction-definition

Read More
deleting middle and last node if the doubly linked list is odd...

cstructlinked-listdoubly-linked-listfunction-definition

Read More
Deleting first occurrence in a doubly linked list...

cstructlinked-listdoubly-linked-listfunction-definition

Read More
What's an alternate way of getting the char's int value to increment?...

ccharc-stringsstring-literalsfunction-definition

Read More
What is the difference between 'let' and 'this' in JavaScript?...

javascriptfunctionclosuresfunction-definitionfunction-expression

Read More
Insertion sorting of a 2D array using pointers...

csortingmultidimensional-arrayinsertion-sortfunction-definition

Read More
Hyperledger Fabric: How to get names of all the functions along with their arguments and return-type...

interfacehyperledger-fabrichyperledger-chaincodefunction-definitionchaincode

Read More
How to compare a string with a substring to transform the equal parts between the first and second i...

creplacesubstringc-stringsfunction-definition

Read More
How to pass pointer to function and dynamically allocate memory within function C++...

c++pointerspass-by-referencepass-by-valuefunction-definition

Read More
How can I return a string whose characters are being modified inside a function in C...

cc-stringsstring-literalsfunction-definition

Read More
Why doesn't the reverse function I defined execute properly?...

arrayscreversefunction-definition

Read More
Can you help me find a problem with this basic C code...

cwhile-loopcharc-stringsfunction-definition

Read More
Difference between these delete-list-item algorithms...

clinked-listsingly-linked-listfunction-definition

Read More
Insert a node in BST with global root...

c++recursioninsertbinary-search-treefunction-definition

Read More
The memory allocated to a pointer is not retained and lost when coming out of the insert_beg() funct...

clinked-listpass-by-referencesingly-linked-listfunction-definition

Read More
getting no output (expecting boolean output)...

cequalityc-stringsreturn-typefunction-definition

Read More
String copy function not copying string properly. What's wrong with my code?...

cwhitespacec-stringsremoving-whitespacefunction-definition

Read More
Outputting bit values for unsigned short (C)...

crecursionbit-manipulationshortfunction-definition

Read More
Segmentation fault occuring when trying reverse a string...

creversec-stringsstring-literalsfunction-definition

Read More
How do I pass in a 2d array I made from main into another function in C...

arrayscpointersparametersfunction-definition

Read More
C updating string incrementally...

cpointersheap-memoryc-stringsfunction-definition

Read More
Why is this c++ program to reverse a word not working...

c++reversec-stringsfunction-definition

Read More
BackNext