What will be the output of the following C code?#include stdio.hint main(){signed char chr;chr = 128;printf("%d\n", chr);return 0;}
Not registered? Create an account
Forgot Password?
Already a registered user? Login