Home » Technical Questions » Programming

Point out the error, if any, in the following program. main() { int ( *p )() = fun; ( *P ) (); } fun () { Printf ( "\nLoud and clear" ); }

← Previous Next →

Discussion & Comments

No comments yet. Be the first to comment!