XtGem Forum catalog
তিন সংখ্যার মধ্য বৃহত্তর সংখ্যা নির্ণয়ের, সি প্রোগ্রাম
#include<>
#include<>
void ()
{
int A, B, C;
Scanf("%d%d%d",&A,&B,&C);
if ((A>B)&&(A>C);
Printf("%d",A);
if else ((B>A)&&(B>C);
Printf("%d",B);
else
Printf("%d",C);
getch ()
}