The return value of the printf function is of type int, but it is silently discarded since it is not used. (A more careful program might test the return value to determine whether or not the printf function succeeded.) The semicolon ; terminates the statement. C is an imperative, procedural language in the ALGOL tradition….
Seguir leyendo