employer cover photo
employer logo

Pregunta de entrevista de VMware

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

Respuestas de entrevistas

Anónimo

9 dic 2014

use fprintf and give stdout as stream.

2

Anónimo

25 ago 2013

Like this: #define printf alias_for_printf

1