a) int a=lu100;
b) int a= 100ul;
c) int a=uu100;
d) int a=100uu;
Suppose we have: int a=100; (signed by default). If we want to convert this to an unsigned long integer, we can do thi
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Suppose we have: int a=100; (signed by default). If we want to convert this to an unsigned long integer, we can do thi
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!