12-07-2013, 04:05 PM
Does the rule prohibit cases like the following:
Code:
if( someCondition )
f = fopen( "apple", "r+" );
else
f = fopen( "apple", "r" );
g = fopen( "apple", "r+" );