employer cover photo
employer logo

Question d’entretien chez VMware

How would you write a printf statement without using the keyword printf in c?

Réponses aux questions d'entretien

Utilisateur anonyme

9 déc. 2014

use fprintf and give stdout as stream.

2

Utilisateur anonyme

25 août 2013

Like this: #define printf alias_for_printf

1