|
#include "stdio.h"
main ()
{
unsigned long x;
int m, y;
scanf ("% d\n",&m);
x = 100;
x >> (m-1);
y = x&&000000000000001;
printf ("y =% d\n",&y);
}
ctrl + f7 is displayed as follows:
-------------------- Configuration: Text2-Win32 Debug --------------------
Compiling ...
Text2.c
D:\c\mxm\Text2.c (8): warning C4552: '>>': operator has no effect; expected operator with side-effect
Text2.obj-0 error (s), 1 warning (s)
Please master guidance, thank you! |
|