SyntaxFix
Write A Post
Hire A Developer
Questions
with a little help of math
#include <math.h> int main(){ int a = -1; unsigned int b; b = abs(a); }