This line is included in a program:
unsigned x;. How is this handled?
Without the explicit data type, long
O is assumed, with the variable x as
a positive value.
O
This line will cause an error
because unsigned requires the
variable definition to be done at
the time of declaration.
This line will cause an error
because unsigned is a type
modifier and requires the data type
such as int or long to be present.
Without the explicit data type, int
is assumed, with the variable x as
a non-negative value.
Answers
Answered by
0
Answer:
mark me as a brainlist
Explanation:
Few things have such a huge impact on hapiness and the enjoyment ,depth and plain fun of life as the friendship we have.❣️
Similar questions