How does the compiler interpret null statements in C? In terms of execution time. ( empty ";" i.e., without any expression) And will it optimize code during execution if it encounters null statements, by removing them.
↧
How does the compiler interpret null statements in C? In terms of execution time. ( empty ";" i.e., without any expression) And will it optimize code during execution if it encounters null statements, by removing them.