Click here to Skip to main content
15,911,141 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Int main ()
{
Signed a = 6u + -16;
Printf ("%d", a);
}

What does this "u" mean here?
It results into normal arithmetic operation though.

What I have tried:

I checked on google but did not find anything related to this. Thanks.
Posted
Updated 20-Aug-18 9:57am

1 solution

Quote:
How do we use "u" in an arithmetic operation?

Learn to use search engines.
integer literal - cppreference.com[^]
c - What does 'u' mean after a number? - Stack Overflow[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900