What is logic behind the answers to Questions 4 and 5?
Doubts regarding the answers to quiz 1
Hello @wtakashish,
Ques 4:
We cannot use data modifiers with double.
Ques 5:
Let’s understand this with an example.
Suppose you assign -2 to an unsigned integer
then for 32 bits int it will results in 2^32 - 2
And it would be 2^16 - 2 for short unsigned integer
And similarly, for long long unsigned integer it would be 2^64 - 2
Hope, this would help.
Give a like if you are satisfied.
I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.
On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.