Hey there, I'm Najam
You can get all my notes and lectures about programming from my site. Subscribe to get notification of my new posts!
#include<stdio.h>
#include<conio.h>
int main()
{
int val1,val2,res;
printf("Enter values one by one\n");
printf("\nValue 1:");
scanf("%d",&val1);
printf("\nValue 2:");
scanf("%d",&val2);
if(val1>val2)
printf("Value 1 is greater");
else
printf("Value 2 is greater");
getch();
}
My name is Najam Ul Saqib. I am student of software engineer. In this site i will share all the things which i will learn. Also i am graphic and web designer.
0 comments:
Post a Comment