Which of the following functions is used to display output on screen?
Which of the following functions is used to display output on screen?
مندرجہ ذیل میں سے کون سا فنکشن اسکرین پر آؤٹ پٹ دکھانے کے لیے استعمال ہوتا ہے؟
Explanation
In C language, printf() function is used to print formatted output to the standard output stdout (which is generally the console screen).
The printf function is a part of the C standard library