C
Programming and Technical
Programming
Technical
int main()
{
unsigned int =0xffff;
x=x<>3;
printf("%x",x);
}
Read Solution (Total 5)
-
- it gives an error in line 4 since will not take at a time
- 9 years agoHelpfull: Yes(0) No(0)
- what do you mean by
- 9 years agoHelpfull: Yes(0) No(0)
- replace it by x=x
- 9 years agoHelpfull: Yes(0) No(0)
- error at line 4
- 9 years agoHelpfull: Yes(0) No(0)
- unsigned int x=0xffff;
x=x - 9 years agoHelpfull: Yes(0) No(0)
C Other Question