250,337 views
33 votes
33 votes
Q. 2. What will be the output of the following code?

//printf("Hello\\");
printf("Girls");

User Imrane
by
2.4k points

1 Answer

23 votes
23 votes

Answer:

Just two outputs \\ a line break so:

Hello

Girls

User Dave Cohen
by
3.2k points