How to get an output in inverted commas for example thank you in inverted commas in c progr amming?

Answer:

Answer

  1. include<STDIO.H>

main()

{

printf(" " thank you " ");

}

use backward slash followed by the inverted comma as u do for new line (") to print a " (inverted comma).....

First answer by Smriti agrawal. Last edit by Smriti agrawal. Contributor trust: 20 [recommend contributor recommended]. Question popularity: 21 [recommend question].