it would be helpful if I can get the solution and the explanation to the solution for the question no. 3,4,5 in the quiz.
Confused whit what signed is and how can we use signed x=1 instead of signed int x=1 or using signed and unsigned with char
Question 3,4,5 were the doubts
signed/unsigned comes with default int, so it is not required to put int explicitly,
also line like:
signed a = ‘A’;
initializes a with ASCII value of ‘A’ which is integer type only!
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.