C
Programming and Technical
Programming
Program
int main()
{
int x=0xffff;
x=x<>3;
printf("%x",x);
}
Read Solution (Total 1)
compilation error.
9 years ago
Helpfull: Yes(0) No(0)
C Other Question
whats the output of
main()
{
printf("%d",printf("%d",printf("%d",printf("%s","I Luv Program"))));}
PLZ Explain with solution
int main()
{
unsigned int =0xffff;
x=x<>3;
printf("%x",x);
}