
- Forum
- Programming Talk
- C Sharp
- what operator "\" is this?
what operator "\" is this?
This is a discussion on what operator "\" is this? within the C Sharp forums, part of the Programming Talk category; HELLO EVERYONE, Recently a new operator is being introduced (i,e) "\" it is other than "escape sequence " Can anyone ...
-
02-03-2007, 02:56 AM #1
- Join Date
- Feb 2007
- Answers
- 2
what operator "\" is this?
HELLO EVERYONE,
Recently a new operator is being introduced (i,e) "\"
it is other than "escape sequence "
Can anyone explain about this to me?
-
06-30-2009, 07:12 AM #2
- Join Date
- Jun 2009
- Answers
- 2
solution
Hello!Dharmesh if you are reffering to vb ,"\" stands for integer division i,e whenever u perform division between 2 values it results in elimination of decimal values.(ex:3\2=1).
if you are not reffering to vb.net .let me know in which language you got it?. i shall try my level to clear it to you .
-
yeah that is right thnx santoshcasshyap 4 ur explination
-
11-17-2009, 04:22 AM #4
- Join Date
- Nov 2009
- Answers
- 2
I think you came the closest.
I know about these operators.i-e,
1. tilde ~
2. ampersand &
3. caret ^
4. pipe |
5. asterisk *
6. apostrophe '
7. forward slash /
8. bang operator !
9. dot .
10. back slash \
-
I think its meaning is different from division. But, I don't know it's exact usage...
-
Sponsored Ads

Reply With Quote





