nadiro
Member level 1
HI
:?: I want to know, what is the difference between this two structures:
1) if(N=!0)
2) if(N=!0);
I think when we write any instruction after form 1, it means they depends on the condition. But in form 2 there isn't any relation between the condition and instructions. WHAT IS YOUR IDEA?:idea:
What will happen if we write like form 2 ...?
:?: I want to know, what is the difference between this two structures:
1) if(N=!0)
2) if(N=!0);
I think when we write any instruction after form 1, it means they depends on the condition. But in form 2 there isn't any relation between the condition and instructions. WHAT IS YOUR IDEA?:idea:
What will happen if we write like form 2 ...?