Tag Archives: C language
- Home
- Posts Tagged "C language" (Page 12)
- On
- By
- 0 Comment
- Categories: Find elements
C program:find smallest of three numbers using function
C program:find smallest of three numbers using function In this tutorial, we will discuss the concept of the C program:find smallest of three numbers using function In this post, we will learn how to find the smallest number among three numbers using a user-defined function in the C programming language In my previous post,…
Read More- On
- By
- 0 Comment
- Categories: Find elements
C program:find greatest of three numbers using function
C program: find greatest of three numbers using the function In this tutorial, we will discuss a concept of C program: find greatest of three numbers using the function In this post, we will learn how to find the greatest number of three numbers using a user-defined function in the C programming language In my…
Read More- On
- By
- 0 Comment
- Categories: Find elements
Display even and odd numbers without if statement in C
Display even and odd numbers without if statement in C In this tutorial, we will discuss the concept of Display even and odd numbers without if statement in C language In this post, we are going to learn how to display even and odd numbers without if statement in C language. First, we must…
Read More- On
- By
- 0 Comment
- Categories: Check value, Find elements
C program to count even and odd numbers in an array
C program to count even and odd numbers in an array In this tutorial, we will discuss the concept of C program to count even and odd numbers in an array In this post, we are going to learn how to count the even and odd numbers from the given array. First, we must understand…
Read More- On
- By
- 1 Comment
- Categories: Check value, Find elements
C program to separate Odd and Even numbers from an array
C program to separate Odd and Even numbers from an array In this tutorial, we will discuss the C program to separate Odd and Even numbers from an array In this post, we are going to learn how to separate the even and odd numbers from the given array First, we must understand how to…
Read More- On
- By
- 1 Comment
- Categories: Calculations
C program to Electricity bill calculation using function
C program to Electricity bill calculation using function In this tutorial, we will discuss the C program to Electricity bill calculation using the function In this article, we will discuss how to calculate the electricity bill in the C programming language using the function We can calculate monthly electric power usage in many ways in…
Read More- On
- By
- 0 Comment
- Categories: Find elements
C program to display all even or odd number from 1 to n
C program to display all even or odd number from 1 to n In this tutorial, we will discuss the C program to display all even and odd number from 1 to n In this program, we are going to learn about how to find odd or even numbers from 1 to given number using…
Read More- On
- By
- 0 Comment
- Categories: Basic, Basic C language
Write a C program to print an integer
Write a C program to print an integer In this tutorial, we will discuss a simple concept of Write a C program to print an integer – entered by user In this post, we are going to learn about how to print a integer number entered by user in C programming language The value is…
Read More- On
- By
- 0 Comment
- Categories: Check value, Find elements
C function to check a number is even or odd
C function to check a number is even or odd In this tutorial, we will discuss the C function to check a number is even or odd In this program, we are going to learn about how to find odd or even number from given number using function in C language First, we must understand…
Read More- On
- By
- 0 Comment
- Categories: Check value
C program to check whether a number is even or odd
C program to check whether a number is even or odd In this tutorial, we will discuss a simple concept of C program to check whether a number is even or odd In this program, we are going to learn about how to find odd or even number from given number using if else statements…
Read More