Hi, welcome to my website Programming.OM. My name is Om prakash kartik. This blog helps you to learn programming languages concepts and technique.
Program in C & C++ to count the number of vowels and consonants in a string Using conditi…
Program in C & C++ to count the number of vowels and consonants in a string Using if else …
Write a program in C to check a given year is leap year or not. #include<stdio.h> …
Write a menu based program in C addition, subtraction, multiplication, division using if else…
Program in C to check a given character is vowel or consonant Using if else statement …
Write a program in C to find smallest of given three numbers . #include<stdio.h> #…
Write a program in C to find largest of given three numbers using AND operator. #include…