Writing a program to convert Fahrenheit into Celsius in C In this article, we will discuss the concept of Writing a program to convert Fahrenheit into Celsius in C language In this post, we will learn how to write a program to Convert Fahrenheit into Celsius. Celsius is calculated using scientific equations and displayed on…
Category: C Language
How to Convert Celsius into Fahrenheit in C program
How to Convert Celsius into Fahrenheit in C program In this article, we will discuss the concept of How to Convert Celsius into Fahrenheit in the C program In this post, we will learn how to write a program to Convert Celsius into Fahrenheit and display the result on the screen in C programming language….
C exercise: Pascal’s triangle pattern using 2D Array
C exercise: Pascal’s triangle pattern using 2D Array In this tutorial, we will discuss the title of the C exercise: Pascal’s triangle using a 2D Array In this post, we are going to learn how to display the pascal triangle pattern using a 2D array in C language using for, while, and do-while loop C…
C Program to count number of vowels, consonants and spaces in a sentence
C Program to count number of vowels, consonants and spaces in a sentence In this article, we will discuss the concept of C Program to count number of vowels, consonants and spaces in a sentence In this post, we are going to learn how to write a program to count the total number of Vowels ,…
Program to count vowels and consonants in a string in C
Program to count vowels and consonants in a string in C In this article, we will discuss the concept of Program to count vowels and consonants in a string in C In this post, we are going to learn how to write a program to count total number of vowels and consonants in given string…
Check whether a character is upper or lower case or not in C|5 ways
Check whether a character is upper or lower case or not in C In this article, we will discuss the concept of Check whether a character is upper or lower case or not in C language In this post, we are going to learn how to write a program to check whether given character is Upper…
C program: check whether given Alphabet is upper case or lower case
C program: check whether given Alphabet is upper case or lower case In this article, we will discuss the concept of C Program: check whether given Alphabet is upper or lower case In this post, we are going to learn how to write a program to check whether given Alphabet is Upper case or lower case…
Program to check Vowel or Consonant using switch case in C
Program to check Vowel or Consonant using switch in C In this article, we will discuss the concept of Program to check Vowel or Consonant using switch in C In this post, we are going to learn how to write a program to check whether given English alphabet is Vowel or consonant using switch case statement…
C program to check whether an Alphabet is Vowel or Consonant|4 ways
C program to check whether an Alphabet is Vowel or Consonant In this article, we will discuss the concept of C program to check whether an Alphabet is Vowel or Consonant In this post, we are going to learn how to write a program to check whether given English alphabet is Vowel or consonant using various…
C program to check whether a character is an Alphabets or Not
C program to check whether a character is an Alphabets or Not In this article, we will discuss the concept of C program to check whether a character is an Alphabets or Not In this post, we are going to learn how to write a program to check whether given character is English alphabet or not …