C programming

  • C

C Program To Find Armstrong Numbers Between 1 and 500 using Function

Lets write a C program to find Armstrong number or Narcissistic number from 1 to 500 using function. Problem Statement…

5 years ago
  • C

C Program To Find Biggest of Three Numbers using Function

In this video tutorial you'll learn how to find biggest of three integer numbers using function. Related Read: Nested if…

5 years ago
  • C

C Program To Find Biggest of Two Numbers using Function

In this video tutorial you'll learn how to find biggest of two integer numbers using function. Related Read: Biggest of…

5 years ago
  • C

C Program To Check Leap Year or Not using Function

Any year is entered through the keyboard. Write a function to determine whether the year is a leap year or…

5 years ago
  • C

Addition of 2 Numbers using Function: C Program

In this video tutorial lets learn how to add two integer numbers using functions in C programming language. Related Read:…

5 years ago