Which function is used to display output on the console in C?
- display()
- print()
- printf()
- write()
In C, the 'printf()' function is used to display output on the console.
Loading...
Related Quiz
- What is the purpose of the 'switch' statement in C?
- The function ________ is used to close a file in C.
- When defining a structure in C, memory is not allocated until an ________ of the structure is created.
- The function ________ is used to copy one string to another in C.
- How does the execution stack change when a recursive function is called in C?