C
Programming and Technical
Programming
Output
int main()
{
int x=0xffff;
x=x<
Read Solution (Total 2)
-
- error because x is not terminated by semicolon
- 9 years agoHelpfull: Yes(0) No(0)
- output will not be drawn sice x=x< is not terminated;
- 9 years agoHelpfull: Yes(0) No(0)
C Other Question