3
Answers

tell me How to Add 2 Byte Variables and result must be 300

Photo of Administrator

Administrator

22y
1.5k
1
Sir, I want to add byte variables like byte a=100; byte b=200; byte c=a+b; So i need that answer must be 300 in C

Answers (3)