Programming Shortcut - c, c++, java, SQL, online tutorials
No Result
View All Result
  • Home
  • About us
  • Programs in c
  • Programs in cpp
  • Programs in java
  • .Net
  • Privacy Policy
  • Contact Us
  • Home
  • About us
  • Programs in c
  • Programs in cpp
  • Programs in java
  • .Net
  • Privacy Policy
  • Contact Us
No Result
View All Result
Programming Shortcut - c, c++, java, SQL, online tutorials
No Result
View All Result
Home Programs in c

Bigger and smaller number in c programming

admin by admin
April 4, 2022
Reading Time:2min read
0

RELATED POSTS

Armstrong number in c

Program to find out the grade and percentage calculator in c

how to find quotient and remainder in c program

Hello friends! Welcome to my website
C programming to find the bigger and smaller number between two numbers?
This c language programming is free all type of errors like compiler and runtime errors and this programming is tested to compile and then run the program code.
Here is only programming code only with their output.

 Program to print the bigger number between two numbers

 

//——-start code —–
#include<stdio.h>
#include<conio.h>
void main()
{
int a,b;
clrscr();//to clear prv. out of output console
// input numbers
printf(“Enter frist number: “);
scanf(“%d”,&b);
pirntf(“n”);//to change the new line
printf(“Enter second numbers: “);
scanf(“%d”,&b);
pirntf(“n”);//to change the new line
// condtion to check bigger no.
if(a>b){
printf(“%d is bigger number then %dn”,a,b);
}
else{
printf(“%d is bigger number then %dn”,b,a);
}

getch();
}
//—- end code —–

 

     Output: Enter first number:8
Enter Second number:5
8 is bigger number then 5

 

Program to print the smaller number between two numbers

 

//—– start code —–
#include<stdio.h>
#include<conio.h>
void main()
{
int a,b;
clrscr();
// input numbers
printf(“Enter frist number: “);
scanf(“%d”,&b);
pirntf(“n”);//to change the new line
printf(“Enter second numbers: “);
scanf(“%d”,&b);
pirntf(“n”);//to change the new line
// condtion to check smaller no.
if(a<b){
printf(“%d is smaller number then %dn”,a,b);
}
else{
printf(“%d is smaller number then %dn”,b,a);
}
getch();
}
//—- end code —–

 

Output: Enter first number:8
Enter Second number:5
5 is smaller number than 8

 

Note: Output structure will same only change the result according to the input numbers by the programmer

I make this programming and hope you are like the post if are you like the post you can please comment and share the post to reach more people.
If any dought about this c programming code or input & output please comment below
If you have other questions about c programming send an email by contacting us form is given on page right side.
Thank You!

ShareTweetPin
admin

admin

Related Posts

Programming Language

Armstrong number in c

November 12, 2022
Program to find out the grade and percentage calculator in c
Programming Language

Program to find out the grade and percentage calculator in c

March 6, 2022
Programs in c

how to find quotient and remainder in c program

April 21, 2020
.Net

Difference between FOPs and OOPs

April 16, 2020
Programming Language

How to start learning the first programming language

February 9, 2020
Programs in c

C program to find whether the alphabet is a vowel or consonant

April 16, 2020
Next Post

Arithmetic operation by class and object in c++

Relation of two numbers C++

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

I agree to the Terms & Conditions and Privacy Policy.

Popular Stories

  • Short name by java program

    0 shares
    Share 0 Tweet 0
  • Relation of two numbers in c programming

    0 shares
    Share 0 Tweet 0
  • Bigger and smaller number in c programming

    0 shares
    Share 0 Tweet 0
  • Bigger and smaller number in c++

    0 shares
    Share 0 Tweet 0
  • Java program to perform sum of digits until single digit is obtained

    0 shares
    Share 0 Tweet 0
ADVERTISEMENT
C, C++ & Java Programming tutorial with example Programming Shortcut

Hi Friends, Programming Shortcut is Educational Blog, that From you Learn Programming in Multiple languages like C, C++, Java Programming Language.

LEARN MORE »

Recent Posts

  • Armstrong number in c
  • Program to find out code of grade and percentage calculator in Java
  • Program to find out the grade and percentage calculator in cpp

Categories

  • .Net
  • Programming Language
  • Programs in c
  • Programs in cpp
  • Programs in java
  • Uncategorized

All © 2021 Programming Shortcut - Present By Math Training.

No Result
View All Result
  • Home
  • About us
  • Programs in c
  • Programs in cpp
  • Programs in java
  • .Net
  • Privacy Policy
  • Contact Us

All © 2021 Programming Shortcut - Present By Math Training.

This website uses cookies. By continuing to use this website you are giving consent to cookies being used. Visit our Privacy and Cookie Policy.