answersLogoWhite

0


Best Answer

forward slash - division operator

backward slash - special character (e.g. \n - newline) in C strings

User Avatar

Wiki User

16y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the difference between forward slash and backward slash in c?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What additional symbol does a closing tag has as compared to the starting tag?

The closing tag's opening symbol (the less-than sign) is immediately followed by a slash (sometimes called a "forward slash" to distinguish it from back slash.)Here's the opening for a paragraph tag:And the closingAs you can see, the difference here is a slash. Also not that the slash is used at the ending of "empty elements" in any version of HTML when trying to comply with XML syntax. So, in XHTMLShould instead be writtenThis only effects XML compliant versions of HTML.


How do you find your dns if it doesn't pop up when you type in ipconfigall?

type in:ipconfig /all(do not forget the space and the forward slash)


How do you insert comment in css file?

Comments in a Cascading Style Sheet consist of a forward-slash adjacent to an asterisk (star), the comment, and an asterisk (star) adjacent to a forward-slash.Anything within the two symbols (/* and */) is considered to be a comment. For example:/* This is a comment.Anything between thetwo symbols is ignored. */


What does forward slash mean in HTML?

It is used for closing tags and helps you distinguish it from an opening tag. For a lot of tags you need to know where their impact starts and ends, so you need opening and closing tags. If you wanted to bold one word in the middle of a sentence then you would start bolding at the beginning of it and end bolding at the end of the word. To differentiate the two tags, you need the forward slash, like this. This sentence contains one <b>word</b> that is bolded. Some tags don't have closing tags, like the br tag. It is now common to put in a slash at the end of those tags like this: <br/>


What is slash?

if you are talking about gh3 slash he is a famous guitar player that was in Guns N" Roses. and velvet revolver hard rock and slash's snake pit Or: Slang word for homosexual stories. Or: Ascii 47

Related questions

What is the difference between forward slash and backward slash in command prompt?

/ = forward slash \ = back slash Forward slashes are generally used as 'switches' for commands, e.g. dir /w/p to provide additional functionality. If you type the command followed by /? it'll list the switches available. dir /?


What is a backward slash?

A backward slash is a slash that tips backwards (\), as opposed to a forward slash that tips forwards (/).


What is the difference between forward slash and backward slash?

A backslash (one word, no hyphen) is used on Windows to indicate folder levels in a path to a file. A forward slash (not one word) is used in internet addresses (and in Unix paths). So, If you hear a website address being read out as "dot com backslash [something]" do not type that - use a forward slash (the one near the shift key; the one that leans forward)


What is the difference between slash and back slash?

Slash: / Back Slash\


What does the face colon forward slash mean?

:/ = sort of in between :| and :(


Why wont my traxxas slash move forward or backward without making a clicking sound?

because the gears are clicking on each other when they spin.


When writing dates do you use a forward slash or a back slash?

forward


What does the forward slash mean on message board posts?

the / forward slash means or


Which way does the forward slash face?

It faces forward. You can easily remember as the direction is in the name "forward slash"


What character is used to separate directory names on UNIX systems?

Forward slash ( /)


What does a slash look like?

/ is a forward slash \ is a backslash


What does forward slash mean?

It is the / mark - it is slanted forward as you read left-to-right. A back slash is the \ mark.