Search code examples
Adding two corresponding array elements and return the resultant array...

cscopefunction-definitionvariable-length-arraystorage-duration

Read More
C double free error after 2nd run of the code...

cscopesegmentation-faultfunction-definitionnull-pointer

Read More
Are function propotypes obsolete in c++...

c++forward-declarationfunction-definitionfunction-declarationfunction-prototypes

Read More
using strcmp between string array and 2d array string...

c++multidimensional-arrayc-stringsstrcmpfunction-definition

Read More
delete all duplicated nodes in unsorted linked list...

cstructfreesingly-linked-listfunction-definition

Read More
I want to output 1 4 2 3 5 odd number ascending order and even numbers in descending order...

c++arrayssortingbubble-sortfunction-definition

Read More
trim function halve the memory size to remove the whitespaces?...

cdynamic-memory-allocationtrimc-stringsfunction-definition

Read More
TypeError: unhashable type: 'list' when creating a new definition...

pythonpandasdataframetypeerrorfunction-definition

Read More
How can i actuate swap func in loop?...

cfor-loopif-statementswapfunction-definition

Read More
C++ string returning as "...

c++stringreversefunction-definition

Read More
Error trying to average the elements of a linked list...

c++linked-listaveragesingly-linked-listfunction-definition

Read More
Binary Search Tree root node stays NULL...

crecursioninsertbinary-search-treefunction-definition

Read More
How to return an pointer to an item in the linear list...

c++classlinked-listdoubly-linked-listfunction-definition

Read More
C Function Unexpected Result...

arrayscloopsfor-loopfunction-definition

Read More
I'm getting unknown characters in output in C...

creversec-stringsfgetsfunction-definition

Read More
What is the data type of text[i]?...

csplitc-stringsfunction-definition

Read More
Returning largest number from an array using an int function not printing value...

arrayscprintfreturn-valuefunction-definition

Read More
In C, given char *ptr and defined till ptr+n, when I tried statements similar to (ptr+i) = (ptr+j); ...

cpointersreversec-stringsfunction-definition

Read More
Creating a linked list with random values...

clinked-listinitializationsingly-linked-listfunction-definition

Read More
Loop through array of unknown size C++...

c++arraysfor-loopsizeoffunction-definition

Read More
C - Implementation of Binary Tree Causing Strange Behavior on Insert...

crecursionbinary-search-treedynamic-memory-allocationfunction-definition

Read More
Recursive version of drawPyramid() function...

crecursionfunction-definition

Read More
Calling database function JPA repository...

springspring-bootspring-data-jpafunction-definition

Read More
strtok()function which does not modify the original string, and should create a new string for the t...

cconstantsc-stringsstrtokfunction-definition

Read More
Recursive function to get the minimum maximum and sum of an array of integers...

arrayscrecursionfunction-definition

Read More
Calling a void function?...

cfunction-pointersc-stringspalindromefunction-definition

Read More
my (find & replace) method is not working properly...

c++stringreplacefindfunction-definition

Read More
Delete a prime number in a doubly linked list...

clinked-listprimesdoubly-linked-listfunction-definition

Read More
Format specifier %s in not showing result...

cif-statementswitch-statementstring-literalsfunction-definition

Read More
How does this function that verify if a informed name is equal to other name works...

csubstringc-stringsfunction-definition

Read More
BackNext