SyntaxFix
Write A Post
Hire A Developer
Questions
Unsigned int can be converted to signed (or vice-versa) by simple expression as shown below :
unsigned int z; int y=5; z= (unsigned int)y;
Though not targeted to the question, you would like to read following links :