• Contact : +91 98250 88408
BCA and MCA Tuition in Adajan
  • Home
  • About Us
  • BCA
  • Bsc IT
  • MCA
  • Msc IT

Find the biggest of three numbers in C Language

Find the biggest of three numbers in C Language
  • December 24, 2024

Find the biggest of three numbers in C Language

Find the biggest of three numbers in C Language

#include<stdio.h>
#include<conio.h>
void main()
{
int a,b,c;
clrscr();
printf("Enter 3 Nos :");
scanf("%d%d%d",&a,&b,&c);
if(a>b && a>c)
{
printf("%d is Bigger",a);
}
if(b>a && b>c)
{
printf("%d is Bigger",b);
}
if(c>a && c>b)
{
printf("%d is Bigger",c);
}
getch();
}

!..Share with Friends..!


Categories

  • Advanced Java (2)
  • Advanced Web Designing (3)
  • BCA (14)
    • Advanced Web Designing (3)
    • C Language (3)
    • Concept of RDBMS (2)
    • Fundamental of web Designing (1)
    • Programming Skills (2)
    • Unix & shell Programming (3)
  • Bsc IT (3)
    • Advanced Java (2)
    • RDBMS II (1)
  • C Language (3)
  • Concept of RDBMS (2)
  • Fundamental of web Designing (1)
  • MCA (3)
    • Object Oriented Programming in Java (3)
  • Object Oriented Programming in Java (3)
  • Programming Skills (2)
  • RDBMS II (1)
  • Unix & shell Programming (3)

Recent Posts

  • Python List example with input +ve / -ve numbers.

    Python List example with input +ve / -ve numbers.

  • Python program with user define function

    Python program with user define function

  • Pl/Sql Block Example

    Pl/Sql Block Example

  • Pl/Sql Block For Employee Salary

    Pl/Sql Block For Employee Salary

Tags

  • Advanced Java
  • Advanced Web Designing
  • Angular JS
  • Array in C
  • Awk Utility
  • BCA
  • BCA Paper Solution
  • Bsc IT
  • Bsc IT Paper Solution
  • C Language
  • Concept of RDBMS
  • Fundamentals of Web Designing
  • Grep Example
  • Java Script
  • Java Server Pages
  • JSP
  • MCA
  • MCA Paper Solution
  • Object Oriented Programming in Java
  • Programming Skills
  • Python
  • RDBMS
  • RDBMS Paper Solution
  • Relational Database Management System
  • Sed Example
  • Shell Script
  • Unix & Shell Programming

Contact Info

  • 23, GaneshKrupa Society, Opposite Gail Tower, Anand Mahal Road,
    Surat - 395009, Gujarat, India.

  • +91 98250 88408

Location

BCA MCA coaching center in Surat, Gujarat

Alpesh Connect: Since 2000, dedicated to education for BCA, BSc IT, MCA, MSc IT, and BE students.
Developed by Alpesh Sir