Swapping two characters of the same string with pointers...
Read MoreDifficulties with implementation of stack...
Read MoreWhy isn't my DeleteNode() function working?...
Read MoreSegmentation fault while returning a Node Linkedlist...
Read MorePrint pointer string which is return from function in C...
Read Morevoid replaceLetters(char *text, char original, char new_char) should change text...
Read MoreI'm getting this weird error when testing my code...
Read MoreRecursively removing duplicate characters in a string...
Read MoreHow to identify an embedded palindrome within an array of digits...
Read Moredeleting middle and last node if the doubly linked list is odd...
Read MoreDeleting first occurrence in a doubly linked list...
Read MoreWhat's an alternate way of getting the char's int value to increment?...
Read MoreWhat is the difference between 'let' and 'this' in JavaScript?...
Read MoreInsertion sorting of a 2D array using pointers...
Read MoreHyperledger Fabric: How to get names of all the functions along with their arguments and return-type...
Read MoreHow to compare a string with a substring to transform the equal parts between the first and second i...
Read MoreHow to pass pointer to function and dynamically allocate memory within function C++...
Read MoreHow can I return a string whose characters are being modified inside a function in C...
Read MoreWhy doesn't the reverse function I defined execute properly?...
Read MoreCan you help me find a problem with this basic C code...
Read MoreDifference between these delete-list-item algorithms...
Read MoreInsert a node in BST with global root...
Read MoreThe memory allocated to a pointer is not retained and lost when coming out of the insert_beg() funct...
Read Moregetting no output (expecting boolean output)...
Read MoreString copy function not copying string properly. What's wrong with my code?...
Read MoreOutputting bit values for unsigned short (C)...
Read MoreSegmentation fault occuring when trying reverse a string...
Read MoreHow do I pass in a 2d array I made from main into another function in C...
Read MoreWhy is this c++ program to reverse a word not working...
Read More