a.
State the number of bytes occupied by char and int data types.
b.
Differentiate between = and == operator.
c.
What is meant by precedence of operators?
d. Name any two library packages.
e.
Differentiate between explicit and implicit type conversion.
Answers
Answered by
0
Answer:
a the char data occupies two bytes whereas int data occupies four bytes
b First of all = is a assignment operator and == is a comparison operator.
= operator is used to assign value to a variable and == operator is used to compare two variable or constants.
The left side of = operator can not be a constant, while for == operator both sides can be operator.
Similar questions