answersLogoWhite

0

#include<stdio.h>

void main()

{

int a=10,b=15;

clrscr();

if(a>b)

printf("%d is the large number",a);

else

printf("%d is the large number",b);

getch();

}

User Avatar

Wiki User

15y ago

What else can I help you with?