answersLogoWhite

0


Best Answer

The proper name for a 'backslash' in print is a 'reverse solidus'.

User Avatar

AnswerBot

1mo ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the proper name for a 'backslash' in print?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you construct a java program that print table with backslash?

within inverted commas using two backslashes consequently .. we will print the backslash. ex: printf("//n it will gives output");


What does the backslash proofreading symbol mean?

The backslash proofreading symbol is used to indicate a space that should be deleted, especially in typesetting or formatting work. It signifies that the space preceding the backslash should be removed to ensure proper formatting and alignment of the text.


How do you delete a user profile in Windows 98?

You can delete a user profile in Windows 98 by typing in a specific registry key into the Registry Editor. Type HKEY underscore LOCAL underscore MACHINE backslash SOFTWARE backslash Microsoft backslash Windows backslash CurrentVersion backslash ProfileList. Quit the Registry Editor and go to My Computer and delete the specific user name folder.


Backslash s backslash in legal document?

Electronic Signature


How do you get a Java program to display a backslash in output without it interpreting it as a program command?

Follow the backslash with another backslash: System.out.println("\\ " \"); will display \ " \ on the screen.


How do you make a backslash on Dell laptop?

I think the backslash is right underneath the question mark on any computer.


What is the name of the button that shows the formatting marks that do not print but are visible on the screen?

It is sometimes called the paragraph marker. The proper name for the ¶ is the pilcrow.


How do you make a backslash?

To do a backslash on MicroSoft word 2007 you press the key that's right under the backspace key.


What are the backslashes that are use in turbo C plus plus?

Backslashes are used to mark the start of an escape sequence which can be used within character arrays (strings) or as a single character. Thus the escpae sequence '\t' is the TAB character, '\n' is the newline character and '\r' is the carriage-return character. To print a literal backslash, you use a double backslash, '\\'. Note that the backslash and the escaped character that follow are treated as being one character (two bytes of UNICODE, or one byte of ASCII). This convention is not unique to Turbo C. It was inherited from ISO C.


What does a file path start with in Windows?

The drive letter followed by colon backslash dir backslash C:\windows\dir


In Window's which character is used as a path separator?

/ forward slash ^First answer is wrong. It's the backslash (\)


What is the symbol of root directory?

In Windows: "", the so-called backslash. Usually after the drive name, as in "C:" In Linux and UNIX: "/", the slash.