Get Some Free Products at your Door Step. Just feed ur Address in dis Link...!!

Saturday, March 17, 2012

larger no. among 3 numbers

#include
#include
void main()
{
int a=10,b=20,c=30;
printf("%d",a>b ? a>c?a:c:b>c?b:c);
}

No comments:

Post a Comment