Difference between revisions of "Exclamation mark"

From Conservapedia
Jump to navigation Jump to search
Line 6: Line 6:
 
{{reflist}}
 
{{reflist}}
  
 +
[[Category:Linguistics]]
 
[[Category:Programming Languages]]
 
[[Category:Programming Languages]]
[[Category:Languages]] <!-- Yes, I know that this is (now) a parent category of [[cat:programming language]], but it should also be in [[cat:Human language]], [[cat:English language]], or similar, but they don't appear to exist yet. -->
+
<!-- Yes, I know that this is (now) a parent category of [[cat:programming language]], but it should also be in [[cat:Human language]], [[cat:English language]], or similar, but they don't appear to exist yet. -->

Revision as of 20:22, November 28, 2008

An exclamation mark or exclamation point (!) is used at the end of a sentence to express surprise, disgust, admiration, etc., or to add emphasis to a command.

In C and similar computer programming languages, it is used to represent "logical not" and in a pair with an equals sign (=) to represent is not equal to, e.g. if (a != b) means if a is not equal to b.[1]

Reference