Below are 2 conditional operations. I just want to know the difference between them and which one "ll be a better programming practice and why?
if(i==0)
and
if(0==i)
...
created
last reply
- 2
replies
- 181
views
- 2
users
Below are 2 conditional operations. I just want to know the difference between them and which one "ll be a better programming practice and why?
if(i==0)
and
if(0==i)
...
Topic | Category | Replies | Views | Activity |
---|---|---|---|---|
SPTTRN1 - Straight Line Spiral Pattern (Act 1) | C and C++ | 0 | 17 | 10d |