Code Description This is a simple sorting algorithm. In this algorithm each element is compared with adjacent element and swapped if their position is incorrect. This algorithm is named as bubble sort because after every pass the largest element ...
C Program-Basic File Handling Operations
Code Description In this program we will learn how to add a new record, modify an existing record, delete an existing record and display all record(s) on a file using "C". "C" is a very powerful language and considered to be the mother of all pro ...
C programming: Check whether a number is positive or negative
Here we are sharing C programs on various topics such as strings, series, arrays, loops, geometrical figures, mathematical calculation, sorting & searching algorithms and many more. Code Description Enter an integer you want to check ...