Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Assigning literal 0 to an unsigned variable
#3
In that case, should the code look like so
Code:
unsigned u = 0U;
instead of
Code:
unsigned u = 0;
?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)