Switch statement

6 years ago
Read any month number and display Month name in word using of switch statement Hello friends, in this blog we see the use of switch statement. Switch statement is also known as switch case because in this cases are executed according to user choices. This is multiple or multiway branching statement. Switch...
Switch statement Switch statement Reviewed by Amit Waghmare on August 19, 2019 Rating: 5

Volume of cylinder C language

6 years ago
C program for volume of Cylinder           Hello friends, in this blog we see the c program for finding the Volume of cylinder. To find the volume of a cylinder we must know the formula for calculating the area of cylinder i.e. vol = pie * r * r * h. In this formula...
Volume of cylinder C language Volume of cylinder C language Reviewed by Amit Waghmare on August 14, 2019 Rating: 5

Area of circle in C language

6 years ago
C program for area of circle           Hello friends, in this blog we see the c program for finding the area of the circle. To find the area of the circle we must know the formula for calculating the area of circle i.e. area = 3.14 * radius * radius. In this formula,...
Area of circle in C language Area of circle in C language Reviewed by Amit Waghmare on August 14, 2019 Rating: 5

Consonant and vowels

6 years ago
Count Consonant and Vowels             Hello friends, here we are seeing the c program for the count the number of the vowel and consonant in the given string. We know a, e, i, o, u are five vowels. But how we check how many times the vowels and consonant have come in the sentence....
Consonant and vowels Consonant and vowels Reviewed by Amit Waghmare on August 12, 2019 Rating: 5

Number of vowels

6 years ago
Check the number of vowels in the given string                  Hello friends, here we are seeing the c program for the count the number of the vowel in the given string. We know a, e, i, o, u are five vowels. But how we check how many times the vowels have come...
Number of vowels Number of vowels Reviewed by Amit Waghmare on August 11, 2019 Rating: 5

Introduction to python

6 years ago
Introduction to Python Programming  Hello friends, in this blog we see what is Python programming? With examples. First, we see what is the background of python, means the history of Python.             Python is a high-level programming language...
Introduction to python Introduction to python Reviewed by Amit Waghmare on August 11, 2019 Rating: 5
Page 1 of 81238Next