// Determine the larger value of two parameters
void Larger(char,char*,char);

char cVal1 = 'G';
char cVal2 = '0';
char cVal3;

store the larger of cVal1 and cVal2 into cVal3