Search code examples
Why am I getting "runtime error: Segmentation fault" for random test cases?...

cc-stringspalindromefunction-definition

Read More
Verify if a binary tree is a mirror of another binary tree...

cstructbinary-treefunction-definition

Read More
basic resursion que of string...

crecursionc-stringsfunction-definition

Read More
Understanding the syntax *y[ ] passed as parameter...

cpointersmultidimensional-arrayimplicit-conversionfunction-definition

Read More
How can I display only the first 10 inputs from the list?...

cliststructsingly-linked-listfunction-definition

Read More
Why should we use double pointer for adding node in front/back, but not in the middle?...

cpointerspass-by-referencesingly-linked-listfunction-definition

Read More
Why is my compiler skipping function call?...

clinked-listdynamic-memory-allocationsingly-linked-listfunction-definition

Read More
split linked list of chars in C...

csplitlinked-listsingly-linked-listfunction-definition

Read More
Recursion with pointers sum of digits...

cpointersrecursiondigitsfunction-definition

Read More
C delete linked list node...

cstructlinked-listsingly-linked-listfunction-definition

Read More
Error when calling function to sort array of n numbers...

arrayscsortingselection-sortfunction-definition

Read More
Visual Studio C/C++ extension shows error message even if the code is correct...

c++cvisual-studiomingwfunction-definition

Read More
Add 2 Numbers using linked lists - fail with large numbers - C...

clinked-listsumsingly-linked-listfunction-definition

Read More
What does 'p' represent in a function's type?...

haskellfunction-definition

Read More
How to edit an array in another function than the main function in c programming?...

arrayscincrementfunction-definition

Read More
How can I access the certain indexes of string using the function?...

csubstringc-stringsfunction-definition

Read More
How to solve "expected a ; " error when sorting a vector?...

c++algorithmsortingcomparatorfunction-definition

Read More
C program outputs weird characters...

creversec-stringsfunction-definition

Read More
reverse a character in array using recusion in C...

crecursionreversec-stringsfunction-definition

Read More
How do I reverse runs of nonnegative integers in an array in C?...

arrayscreversefunction-definitionsub-array

Read More
Returning an array in c++ conversion function...

c++implicit-conversionreturn-typefunction-definitionincompatibletypeerror

Read More
Segmentation fault in alphabetical linked list in C...

cstructlinked-listsingly-linked-listfunction-definition

Read More
Cannot access memory error for character array in struct - C...

cstructqueuesingly-linked-listfunction-definition

Read More
Conversion of string.endswith method into C...

cc-stringsfunction-definitionends-with

Read More
Float in if statements returns negative instead given value...

creturn-valuefunction-definition

Read More
skipping spaces in C using pointers...

arraysctrimc-stringsfunction-definition

Read More
Delete and insert a node linked list C...

csortingstructsingly-linked-listfunction-definition

Read More
Why does my program stop when I call a function?...

creversec-stringsfunction-definition

Read More
I can't spot the mistake in c program - Can't find the error...

crecursioncompiler-errorsfunction-pointersfunction-definition

Read More
why does my delete search linked list function not working?...

clinked-listsingly-linked-listc-stringsfunction-definition

Read More
BackNext