top of page
Search
The Tech Platform
Sep 25, 2023
Unit Testing Tools: Ensuring Code Quality
In the fast-moving world of making computer programs, there's a never-ending mission to create strong, error-free apps. Developers are...
The Tech Platform
Sep 6, 2021
Write a C program to display Alphabets (a - z) and (A - Z) using loop
Loops can be used to perform repetitive tasks efficiently and one such task is displaying the entire range of alphabets. In this article,...
The Tech Platform
Aug 2, 2021
While vs Do While Structure
While loop While loop allows a part of the code to be executed multiple times depending upon a given condition. It can be viewed as...
The Tech Platform
Nov 2, 2020
Bubble Sort Algorithm
Bubble sort, also known as a comparison sort, is a simple yet rudimentary sorting algorithm. It iterates through a list multiple times,...
bottom of page