Getting Started with Microcontrollers
Generally we are listing two words like Microprocessor and Microcontroller in this digital world. Today’s…
Working of relay
Relay is a very important device now days. They are used in various circuits and…
Digital Signal Processing: Sampling and Discrete-time Signals
In my previous tutorial, I gave a brief idea about the fundamentals of digital signal…
How to control GPIO with SCRATCH
How to control GPIO with SCRATCH Whilst the Raspberry Pi is a great tool for…
Implement Tower of Hanoi using C language
This C program uses recursive function & solves the tower of hanoi. The tower of hanoi…
Function in C language
A function is a group of statements that together perform a task. Every C program…
Pointer in C language
Pointers in C are easy and fun to learn. Some C programming tasks are performed…
Find Inverse of a matrix: C Program
C program to find the Inverse of a matrix. To find the Matrix Inverse, matrix…
Remove duplicate elements from keyboard: C Program
This C program remove same elements from given list. This program visit each numbers if…