LCD Interfacing with 8051 Microcontroller
Liquid crystal display interfacing with 8051 Microcontroller INTRODUCTION: It is a popular technology employed in various electronic devices as of the modern century. It makes use of the light properties
C program to print the unique elements in an unsorted array
Write a C program to print the unique elements in an unsorted array. In this c program, we have to print the unique elements for the given Unsorted Array of
Interfacing Seven Segment Display to 8051 Microcontroller with Circuit Diagram
INTERFACING SEVEN SEGMENT DISPLAY WITH 8051 MICROCONTROLLER INTRODUCTION: It is primarily an electronic device used for displaying alphanumeric values or decimal values. The Seven segment display more commonly used on
C Program to Print the Age and Name of Employee.
Write a C program to print the age and name of employee using fprintf() and fscanf() operations. So far we have seen many programs. This is not enough if we
LED Interfacing with 8051 Microcontroller with Circuit Diagram Tutorial
LED INTERFACING WITH 8051 MICROCONTROLLER: INTRODUCTION: LED is a light emitting diode.It is used for lighting purposes in many electronic devices. 8051 Development board: EXPLANATION: Here on the development board
C Program to Sort N Names in Alphabetical Order
Write a C program to sort N names in alphabetical order. In the following C program user would be asked to enter a set of N names and the program
Climate Control in Green House Using Intelligent Control Monitoring System
CONTROLLING GREENHOUSE USING INTELLIGENT CONTROL MONITORING SYSTEM INTRODUCTION: The sole purpose of this project is to protect the nurturing plants and additional system of control is employed to conserve energy
C Program to Sort N Names in Alphabetical Order.
Write a C program to sort N names in alphabetical order. Learn how to sort names in alphabetical order in c programming language. This C Program To Arrange Names in
What is PIC Microcontroller ? PIC Microcontroller Architecture, Working and Application
PIC MICROCONTROLLERS INTRODUCTION: It is created by microchip technology which originated from the PIC160. The early versions of PIC had only a Read only memory and Erasable Programmable Read only
C Program to Merge two Sorted Array
Write a C Program to Merge the Elements of 2 Sorted Array. This C Program teach you how to merge the elements of 2 sorted array. C Programming Code #include <stdio.h>