char Smaller(char,char);

char cVal1 = 'B' ;
char cVal2 = 'o';
char cVal3;

call Smaller , use cVal1,cVal2 as parameters, store the result in cVal3