employer cover photo
employer logo

VMware Interview Question

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

Interview Answers

Anonymous

Dec 9, 2014

use fprintf and give stdout as stream.

2

Anonymous

Aug 25, 2013

Like this: #define printf alias_for_printf

1