C Programming and Technical

Why doesn't the following statement work?

Read Solution (Total 1)

C Other Question

Why n++ executes faster than n+1 ? What is the benefit of using #define to declare a constant?