Let a and b be two char data type then which operation is legal in C?
I. a++;
II. --b;
III. (a+b)++;1
Only I
2
Only II
3
I and II
4
I, II and III
5
Question Not Attempted
Let a and b be two char data type then which operation is legal in C?
I. a++;
II. --b;
III. (a+b)++;