In the first part of this series, we covered the basics of pointers in C, and went on to more complex arrangements and pointer arithmetic in the second part. Both times, we focused solely on pointers ...
I need a function that lists the variables in a program and assigns a value to them in numerical order<BR>for example:<BR><BR>highest var = 1 <BR>second highest var = 2<BR>etc. <BR><BR>any ...