employer cover photo
employer logo

Domanda di colloquio di VMware

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

Risposte di colloquio

Anonimo

9 dic 2014

use fprintf and give stdout as stream.

2

Anonimo

25 ago 2013

Like this: #define printf alias_for_printf

1