#include
using namespace std;
int main()
{
for (int x = 10; x = 0; x--) {
int z = x & (x >> 1);
if (z)
printf("%d ", x);
}
}
Answers
Answered by
0
Answer:
There is a error.
No output will be printed.
No header file is printed
Similar questions