Please helpHow to flip bits of a number in C++? for ex: 5->101 should become 010 which is 2
Explain this code behaviour@MiiniPaa: Thanks for the explaination. :) Anyhow, This was a question asked in Oracle recruitment ...
Explain this code behaviour@MiiNiPaa: I tried changing the value of i to 100 and 1000, it gives out garbage value as 4 and 5 re...
Explain this code behaviourPlease read the comment. [code] #include <iostream> int M(int i) { printf("%d\n",i++); } ...
Explain this C programSincerely, Thank you all, this post has been very helpful!