c - Error in compilation while trying to write a program on bubble sort using pointers - Stack Overflow
Por um escritor misterioso
Last updated 26 abril 2025

I tried my hand in writing a program in C to "bubble sort" a sequence of numbers, obtained as input, using pointers. It was as follows:
#include<stdio.h>
void swap(int *p,int *q)
{
int t;

Bubble Sort using Call by Reference (Pointers) C Program – CODOPLEX Blog
How to find the fifth largest number in an array using the C program - Quora

C Program To Check For Balanced Brackets In An Expression (Well-Formedness) Using Stack - GeeksforGeeks
What are security issues in the C language? - Quora

c++ - overflow or garbage value being printed in my sorting program - Stack Overflow

60 terrible tips for a C++ developer

java - Why is processing a sorted array faster than processing an unsorted array? - Stack Overflow

Core programming in c

Technical_Interview_Questions.pdf
How to do a program for bubble sort in C programming - Quora

Technical_Interview_Questions.pdf
Will you experience a heap overflow if you allocate more memory than what's available? - Quora

c++ - Error message when compiling a stack program in C language - Stack Overflow