Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.
Login
Login
OnlineGDB Q&A
Questions
Unanswered
Tags
Ask a Question
Ask a Question
How do I add a space between each printf?
+6
votes
asked
Feb 13
by
Aaron Isaiah Rios
(
180
points)
Please
log in
or register to answer this question.
2 Answers
0
votes
answered
Feb 13
by
SHAIK KATAKAMVARIPALLI THAHEER
(
140
points)
Execute "print()" after each printf statement
Please
log in
or register to add a comment.
0
votes
answered
Feb 13
by
(
370
points)
i only know c/c++ and u just do it like this printf"....." and put a space at the end or just add another one like this printf(" ")
Please
log in
or register to add a comment.
Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and receive answers from other members of the community.
...