for( unsigned int i = 1; i < = 100; i++ ) if( i & 0x00000001 ) cout << i << \\\",\\\";
Can you answer this question?
Write Answer1 Answers