C-05-Q088mediumsingle_mcq
What does \n do inside a printf() function?
What does \n do inside a printf() function?
- aPrints the letter n
- bGenerates a new line while printing
- cEnds the program
- dCreates a tab
What does \n do inside a printf() function?