Ampersand, asterisk, tilde, comma, parentheses. Most of the commonly used symbols in the English language have particular names associated with them, so we can talk about them without having to say "you know, that squiggly symbol that kind of looks like the letter S." With the emergence of the Internet, and with it, the important role that the '@' sign plays in e-mail addresses, this once uncommon symbol now has a lot of people wondering what to call it.
Officially, this symbol is called commercial at. Unofficially, most people seem to refer to it as the at sign or just at. Recently, there has also been a movement to call it the atmark. There are also numerous nicknames for it, including snail, curl, strudel, whorl, and whirlpool.
2007-02-14 00:19:57
·
answer #1
·
answered by Freakgirl 7
·
1⤊
2⤋
Actually, more correctly that would be written as: char* name; that is, putting the asterisk after the type, rather than before the variable name. I don't know why the compiler allows you to do it any other way. It shouldn't, because only the above form accurately reflects the real meaning of the statement, which is 'declare a variable with name 'name' of type pointer to char'. A pointer is a variable intended to contain a memory address of some data formatted in the specified way (char, in this case). You can not only manipulate the value of the pointer itself, you can also manipulate the data in the corresponding memory location. The char* symbol means pointer to char, similarly int* would mean pointer to int, banana* would mean pointer to banana (assuming you have a structure definition called banana), and char** would mean pointer to pointer to int (yes, you can have pointers to pointers). You can see therefore why attaching the asterisk to the variable name instead of the type is confusing, because it really is part of the type (even though all pointers are the same size and have the same format). In this case, the variable is being set to point to an array of five characters (that is, 'adam\0', where the \0 escape sequence refers to a single null character) which exists in static memory.
2016-03-17 05:36:50
·
answer #2
·
answered by Sandra 4
·
0⤊
0⤋
At Sign Name
2016-10-29 05:02:01
·
answer #3
·
answered by ? 4
·
0⤊
0⤋
This Site Might Help You.
RE:
Does the '@' sign have a name other than the 'at' sign? For example, '&' is known as the 'ampersand'.
2015-08-16 16:58:37
·
answer #4
·
answered by Anonymous
·
0⤊
0⤋
I don't think it has a special name to it, other than "at". I'm actually surprised that there are people who have never heard of an ampresand! Geez, watch Wheel of Fortune every so often! LOL!
2007-02-14 00:22:57
·
answer #5
·
answered by auntcookie84 6
·
0⤊
2⤋
@ is called ' At the rate of' ! Normally used to denote interest rates.
2007-02-14 00:26:33
·
answer #6
·
answered by jobless 4
·
0⤊
1⤋
Here @ the Cirlcle A Ranch, we just call it our brand. I don't rightly know
what the cows call it.
2007-02-14 00:30:16
·
answer #7
·
answered by Anonymous
·
0⤊
1⤋
Usually just "at". It's also called the "ampersat" and "commercial at"
2007-02-14 00:14:03
·
answer #8
·
answered by Anonymous
·
2⤊
0⤋
In Spanish you say "arroba", for instance in a telephone chat you say: charlie arroba yahoo punto com.Being punto = dot.
2007-02-14 00:18:14
·
answer #9
·
answered by Videofan 7
·
0⤊
1⤋
The @ is an email sign but i dont know the name for it
2007-02-14 00:14:26
·
answer #10
·
answered by Manderin J 2
·
0⤊
2⤋