Thursday 3 January 2008

FIND GREATEST AMONG 3 NUMBERS USING CONDITIONAL OPERATOR IN C PROGRAM














Find the greatest number in given
three numbers



#include

int main(){

int a,b,c,big;

printf("\nEnter
3 numbers:");

No comments:

Post a Comment