Search code examples
Operation on string inside function...

ccharreversec-stringsfunction-definition

Read More
How Can I Know If This Program Works As i Intended( Dynamic stack )...

cstackdynamic-memory-allocationreallocfunction-definition

Read More
Program does not find highest number in array as intended...

arrayscmaxsizeoffunction-definition

Read More
Cyclic number shift to the right byte by byte...

c++bit-manipulationbitwise-operatorsfunction-definition

Read More
Creating a C program with recursive function to check if a given integer is a multiple of 4. Why is ...

crecursioncommand-line-argumentsfunction-definition

Read More
Dynamic string array in C...

cmallocc-stringsreallocfunction-definition

Read More
Why conditionally compile an obsolete K&R definition versus standard C definition?...

cfunction-definition

Read More
AddressSanitizer: DEADLYSIGNAL...

calgorithmrecursionbinary-searchfunction-definition

Read More
string copy() function return misunderstood? (C)...

cpointersc-stringsstrcpyfunction-definition

Read More
Issues with Linked List in C...

cwhile-looplinked-listsingly-linked-listfunction-definition

Read More
Why does the ReverseList function doesn't work?...

clinked-listreversesingly-linked-listfunction-definition

Read More
Why my code works in IDE with same testcases as in LeetCode, but in LeetCode this code does not work...

c++linked-listruntime-errorsingly-linked-listfunction-definition

Read More
Problems dynamically allocating memory (in C)...

cdata-structuresdynamic-memory-allocationreallocfunction-definition

Read More
Binary search algorithm using `size_t` instead of using `int`...

c++cbinary-searchfunction-definitionsize-t

Read More
LeetCode C++ compiler issue. Return doesn't work...

c++binary-searchstdvectorfunction-definition

Read More
Use function argument as loop variable in C++...

c++for-loopnested-loopsfunction-definition

Read More
C Program returns unexpected output...

cloopssubstringc-stringsfunction-definition

Read More
C++ Linked List find() sharing nodes between two linked list...

c++linked-listdynamic-memory-allocationsingly-linked-listfunction-definition

Read More
I don't understand fully how lists in c work...

cpass-by-referencesingly-linked-listpass-by-valuefunction-definition

Read More
Display a factorial sequence as a string...

c++stringintegerfactorialfunction-definition

Read More
invalid operands to binary !=...

crecursionstructbinary-treefunction-definition

Read More
How do I write my own realloc for table of structure?...

cstructdynamic-memory-allocationreallocfunction-definition

Read More
Code that gives an error that is not deleted when there is no element in the list on stack in C lang...

clinked-liststacksingly-linked-listfunction-definition

Read More
Recursively reverse a linked list in C...

crecursionreversesingly-linked-listfunction-definition

Read More
Trying to convert a message in its bits counterparts...

ccharbit-manipulationcs50function-definition

Read More
Printing a string in reverse with recursion...

cpointersrecursionc-stringsfunction-definition

Read More
Rewriting array in given order...

c++arraysfor-loopfunction-definition

Read More
Getting user input for the deletion of the desired linked list element...

cwhile-looplinked-listsingly-linked-listfunction-definition

Read More
Merge sort in C returns a list containing duplicates of the same 3-4 numbers. Other numbers are miss...

arrayscsortingmergesortfunction-definition

Read More
linked list problem when displaying the list in C...

cstructlinked-listsingly-linked-listfunction-definition

Read More
BackNext