max = a > b ? a : b; max = max > c ? max : c;
906609=913*993 I found this using a relatively simple computer program that I wrote.
998.
88,888
874321 is the largest number made from all these digits.
sorry
Find the largest of two, then find the largest of that value and the third value. int* max (int* a, int* b) { return (a*) > (b*) ? a : b; } int* max_of_three (int* a, int* b, int* c) { return max (max (a, b), c); }
yes
nahi malum
i cant write
pro c language to implement linear search using pointers
int i, largest=0;do { scanf ("Enter a number (0 to exit): %d", i); if (i>largest) largest=i; } while (i!=0); printf ("Largest number is: %d\n", largest);
max = a > b ? a : b; max = max > c ? max : c;
A program which is used to count the number of numbers in an array using a 8085 microprocessor is known as a assembly language program.
906609=913*993 I found this using a relatively simple computer program that I wrote.
mystrcpy (char* dest, char* src) { while ((*dest++ = *src++) != '\0); }
depends on your answer