Is this the weirdest thing in C?
(wordpress.com)
There are many weird things in C. So many that it is one of the reasons why C can be a challenging language for novice programmers. But what is the weirdest? Well in my experience, the weirdest things in C all have to do with pointers, but the weirdest one may be x[i] == i[x].
There are many weird things in C. So many that it is one of the reasons why C can be a challenging language for novice programmers. But what is the weirdest? Well in my experience, the weirdest things in C all have to do with pointers, but the weirdest one may be x[i] == i[x].