If Else statement understanding@peter87 I dont understand what you mean. [code]int main() { char x; x = 48; cout << x...
If Else statement understanding@Chervil I was just testing out something. @Peter87 mentioned that if (0) and if ('\0') will do the...
If Else statement understanding@peter87 I decided to try these 2 codes out [code]#include <iostream> using namespace std; int ma...
If Else statement without braces@TarikNeaj I still do not understand why does the compiler recognise the else statement as not havi...
If Else statement without bracesI was just wondering what will happen in the following program. I know there will be a compilation e...
This user does not accept Private Messages