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.

how to print ' ' and ""

–2 votes
asked Dec 1, 2017 by Akash Tiwari (100 points)

3 Answers

0 votes
answered Dec 1, 2017 by Sky Sky Lovefamily (140 points)
printf("%d/n   and")
commented Dec 6, 2017 by Sampath Sai (100 points)
edited Dec 6, 2017 by Sampath Sai
I think the question asked is different.They asked for ' 'and"" not a normal and
0 votes
answered Jan 24, 2018 by Robayet Al Hamim (310 points)
printf(" ' 'and" ");

doesn't it work?
0 votes
answered Jan 24, 2018 by Sharda Sharan

printf("\'\' and \"\"");

Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and and receive answers from other members of the community.
...