What is Logic Gates
LOGIC GATES: The main Objectives is to understand the operation of logic gates. Logic Gates are used to build digital systems. The basic gates are AND, OR, NOT, NOR, NAND,
555 Timer IC Tutorial : Specification and Pin Diagram
What is 555 timer and how will it works ? So, today we will discuss about the 555 IC. What is 555 timer and how will it works.
C Program to Create function pointer
Write a C Program to Create Function Pointer ? In this ongoing C programming tutorial series, we learned many C programming language.In this tutorial, we will learn how to declare
C Program to Generate Multiplication Table
Write a C Program to Create Multiplication Table ? If you are looking for a C program to generate multiplication table.So, In this blog, we will help you to learn
C Program to Print Pyramid
Write a C Program to print pyramid ? Hello friends, we are back with another simple and most interesting C Program.In our last blog we saw you how to write
C Program to Check the Number is Palindrome or Not
Write a C Program to check whether the number is palindrome or not ? What is Palindrome number? A palindrome is a number that remains the same when its digits
C Program to Check Vowel or Consonant
Write a C Program to find vowel or consonant using if-else statement ? In English, A, E, I, O, and U are the five alphabets which are known as Vowels.Except these
C Program to Find LCM of Two Number
Write a C Program to find lcm of two number ? Today, let’s learn how to find LCM of two numbers in C Programming Language. But before executing the program,
C Program to Calculate Gross salary
Write a C Program to Find Total Salary ? In our last blog we learn how to write a c program to check whether the number is prime or not.
C Program to Check the number is prime or not
Write a C Program to check whether the number is prime or not ? In our last program, we saw how to calculate profit and loss in c programming. In