Search code examples
My code is in an infinite loop and I need it taken out. It should output 5 rows with 3 columns with ...

c++if-statementwhile-loopinfinite-loopfunction-definition

Read More
Doubly linked list not taking input after calling a delete function...

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

Read More
Where head of this Link list points after recursive statement...

crecursionreversesingly-linked-listfunction-definition

Read More
String subscript out of range in Visual Studio...

c++stringfor-loopreplacefunction-definition

Read More
Any idea on why this program is returning that 987 is a prime number (when it is not a prime number)...

cfor-loopif-statementprimesfunction-definition

Read More
program to find The number of prime numbers in array using cpp...

c++arraysfor-loopprimesfunction-definition

Read More
Which string is the longest...

cpointersc-stringsstring-comparisonfunction-definition

Read More
Not getting output when deleting a node at starting of doubly linked list...

cstructdynamic-memory-allocationdoubly-linked-listfunction-definition

Read More
c++ calculate the sum of two array's and output a boolean '0' if result even else '1...

c++arraysalgorithmfor-loopfunction-definition

Read More
Facing this Error: tempCodeRunnerFile.c:3:38: note: expected 'int *' but argument is of type...

cpointersmultidimensional-arrayimplicit-conversionfunction-definition

Read More
C language: How to find the largest number created by digits from n using string...

cstringmaxinsertion-sortfunction-definition

Read More
when printing a char* in C only the first character is being printed...

csubstringdynamic-memory-allocationc-stringsfunction-definition

Read More
Indexing from a list of strings in C?...

arraysccharc-stringsfunction-definition

Read More
How can I find the next node higher value than a selected number in a Binary Search Tree in C?...

csearchdata-structuresbinary-search-treefunction-definition

Read More
Reference to non-NULL value NULL after assignment...

cpointerslinked-listsingly-linked-listfunction-definition

Read More
how to expand an array based on user input in c...

cdynamic-memory-allocationreallocfunction-definition

Read More
C code showing the error : *** stack smashing detected ***: <unknown> terminated Aborted (core...

arrayscfor-loopfunction-definitionstack-smash

Read More
Getting incompatible integer to pointer conversion error in program. Unsure how/why exactly this is ...

ccharc-stringsfunction-definitionstrchr

Read More
returning dynamically created array from function...

cdynamic-memory-allocationdynamic-arraysreturn-typefunction-definition

Read More
Trying to remove last element from linked list and save it into a variable passed as parameter givin...

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

Read More
How to return 2 1D arrays from function to main in C...

arrayscreturnreturn-typefunction-definition

Read More
Remove Adjacent Duplicates in String if the occurrence happens for k times--- heap buffer overflow e...

cduplicatescharc-stringsfunction-definition

Read More
BST recursive insert - assign new node pointer as leaf's child...

crecursionbinary-treefunction-definition

Read More
Singly linked list, A small problem in main function...

cstructlinked-listsingly-linked-listfunction-definition

Read More
how to stop cycle that creates a linked list to create one more empty link?...

cwhile-looplinked-listsingly-linked-listfunction-definition

Read More
writing function with pointers in c...

arrayscloopspointersfunction-definition

Read More
error in c++ matrix*vector multiplication...

c++loopsfor-loopnested-loopsfunction-definition

Read More
pallindrome program not working please check attached the code and the output...

cc-stringspalindromefunction-definition

Read More
Access 2D array from another function in C...

cfunctionpointersmultidimensional-arrayfunction-definition

Read More
Copy one string into another...

ccopydynamic-memory-allocationc-stringsfunction-definition

Read More
BackNext