C program to Check VOWEL or CONSONANT
C program to Check VOWEL or CONSONANT This program is written in c language. This is a example of switch
Read moreC program to Check VOWEL or CONSONANT This program is written in c language. This is a example of switch
Read moreC program to print digital clock This program is written in C Language using graphics. This will show day, month, date,
Read moreHere is traffic light program written in C++ using graphics.h header file. This program is Compiled using Turbo C++. /*Program for traffic Light*/
Read moreWrite a C Program for the following :- Ramesh’s basic salary is input through the keyboard. His dearness allowance is
Read moreWhat is prime number? Definition of prime number A number is considered as prime number when it satisfies the below
Read moreHere a C program to calculate simple interest using for loop. main ( ) { int p, n, count ;
Read moreIn this article we will learn about the NOT operator, written as !. This operator reverses the result of the
Read moreProblem Statement: Write a program to calculate the salary as per the following table: Solution: /* C program to calculate salary
Read moreProblem Statement : If a five-digit number is input through the keyboard, write a program to reverse the number. Answer:
Read moreProblem Statement : Two numbers are input through the keyboard into two locations C and D. Write a program to
Read more