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

9 Dec 2014

use fprintf and give stdout as stream.

2

Anonymous

25 Aug 2013

Like this: #define printf alias_for_printf

1