Computer Science, asked by kavyakanne, 2 months ago

#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 nitishshaw720
0

Answer:

There is a error.

No output will be printed.

No header file is printed

Similar questions