answersLogoWhite

0

What else can I help you with?

Related Questions

Why does a sharp sign look like a number hash?

It looks like this: #


What does a hash mark look like?

a hash mark looks like this...#


Why do they call a pound sign hash tag?

why do people use hash sign in texting and facebook


What are Sarah Jane's safe codes?

1. CIRCLE 2. TRIANGLE 3. X LIKE SHAPE 4. HASH 5. EQUALS SIGN The hash looks like this #


What is the square sign on a telephone?

Hash button


How do you get hash sign instead of pounds?

To get a hash sign (#) instead of a pound sign (£), you can change your keyboard layout or input method. On most keyboards, the hash sign is typically accessed by pressing the Shift key along with the number 3 key. If you're using a different keyboard layout or language settings, make sure to switch to the appropriate one that uses the hash symbol.


Is there another name for the hash tag symbol?

the "number symbol" ( You know 'item # 4.')


What does an at sign look like?

the at sign looks like this: @


What is the correct mathematical name for this a hash or number sign?

a fligolo


Why is pound symbol or tic tac toe sign called hashtag?

In a way it's like asking why is socker called football. In English speaking countries outside the United States the pound sign is call a hash. The hash combined with the word that follows it are called a hashtag.


Insert value into hash table?

Insertion in hash tables is based on a 'key' value which is calculated on the basis of a hash function. This hash function generates the key based on what type of data it is fed. For example hash function for an integer input might look like this : int hash(int val) { return (val%101); } where return value of hash function would become a key. Complete implementation can be found at: http://simplestcodings.blogspot.com/2010/07/hash-table.html


How do you express comments in Linux?

# This comment is ignored as it is preceded with a hash sign (#).