What does the declaration of variable c2 demonstrate?
main(){ char c1 ='a'; char c2 = c1+10; }
character arithmetic
invalid declaration
undefined assignment
type conversion