Which of the statements given below are not correct?
1. The author of the novel 'A Visit from the Goon Squad' is Edward P Jones. 2. The author of the novel 'The Corrections' is Jonathan Franzen. 3. The author of the novel 'The Known World' is Jennifer Egan.
#include <stdio.h> void main() { int i = 0, k; if ( i == 0 ) goto label; for ( k = 0;k < 3; k++ ) { printf( "hin" ); label: k = printf( "%03d", i ); } }