hey all again =]

I'm having problems with the putchar() function, here is the code:

Code:
putchar(chara1[i] + chara1[i-1]);
error: invalid operands to binary + (have 'char *' and 'char *')|

any help?