How to Interface SD Card with Arduino
Interface SD Card with Arduino [nextpage title="Summary" ]The microcontroller systems may have to back up…
Interfacing LCD with LPC 2148
Interfacing LCD with LPC 2148 [nextpage title="Summary" ]LCD stands for Liquid Crystal Display used to…
Digital Clock using Inbuilt RTC of LPC2148 (ARM7)
Digital Clock using Inbuilt RTC of LPC2148 (ARM7) [nextpage title="Summary" ]Real Time Clock (RTC) is…
Binary search: C Program
In computer science, a binary search or half-interval search algorithm finds the position of a specified input…
Bubble Sort: C Program
 Bubble sort, sometimes referred to as sinking sort, is a simple sorting algorithm that works by…
Selection Sort: C Program
Selection sort in C: C program for selection sort to sort numbers. This code implements…
Find out difference in days between any two dates:C Program
I am trying to take one date away from another in C and find the…
Sort array in Ascending and Descending Order:C Program
 To sort given array in ascending order Ascending order: Arrange from smallest to largest....Increasing...... [message_box…
Print various different Pattern: C Program
These program prints various different patterns of numbers and stars. These codes illustrate how to…