in Programming in C
394 views
0 votes
0 votes

int main()

{ unsigned int x=35;

printf("Signed Result %d\n", ~x+1);

return 0;

}

in Programming in C
394 views

2 Comments

0
0
Thanks
0
0

1 Answer

1 vote
1 vote
Answer will be -35 .

1 comment

Thanks
0
0

Related questions