Thread: Grade program
View Single Post
Old 11-01-2006, 03:13 PM   #7 (permalink)
Valmont
[code][/code] enforcer
 
Valmont's Avatar
 
Join Date: Mar 2003
Location: Netherlands
Posts: 1,544
Valmont is on a distinguished road
Your function returns a char yet your function body returns const char* .

Thus return 'a' .
__________________
Valmont is offline   Reply With Quote