#include<stdio.h>
#include<conio.h>
int main( )
{
clrscr( );
int x=18;
int y=20;
if(x<y)
{
printf("my age is less than 18");
}
getch();
return 0;
}
To run:
#include<stdio.h>
#include<conio.h>
int main( )
{
clrscr( );
int x=18;
int y=20;
if(x<y)
{
printf("my age is less than 18");
}
getch();
return 0;
}
To run:
We are the team of The Engineers Choice Group. We are two people Anish & Shiva..Anybody Interested to learn Something then contact us in facebook page , my whatsapp number 9807100890 and Email theengineerschoice01@gmail.com
Copyright (c) 2020 The Engineer's Choice All Rights Reserved
No comments:
Post a Comment
theengineerschoice01@gmail.com