answersLogoWhite

0

the total 128 ^5

the strings without @ at all 127^5

to get the strings that has at least @ once 128^5 - 127^5

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

How strings and characters are represented in an array?

An array of characters is an array of character codes (such as ASCII codes). A string is typically a null-terminated array of characters however some languages use the first array element to specify the string's length.


How many characters are in the original 7-bit ascii character set?

128


Why does ASCII use 8-bit to represent an English character?

Because that is the definition ASCII represents Latin characters of the English alphabet (there are no English characters) the character set is called "Latin" The 95 ASCII graphic characters are numbered from 0x20 to 0x7E (32 to 126 decimal). The space character is considered a non-printing graphic Visit the link below for some in depth information.


How many characters are in a kilabyte?

If you're referring to kilobyte, then it contains 1024 bytes and if the characters are the standard ASCII character set where 1 character is 1 byte, then a kilobyte would have 1024 characters.


What does the ascii payload section of an icmp packet in linux contain?

A string of characters followed by 0-9


What controls the keyboard and monitor and color on the monitor and an additional set of characters to the ASCII character set?

Ansi.sys


IT What is a simple character set that can represent 128 different characters?

ASCII (American Standard Code for Information Interchange) is the most common format for text files in computers and on the Internet. In an ASCII file, each alphabetic, numeric, or special character is represented with a 7-bit binary number (a string of seven 0s or 1s). 128 possible characters are defined.


The standard message format specified by smtp allows for lines that contain no more than ascii characters?

1000


Is ESC an ASCII character set?

No; ASCII itself is the character set in this case.


Why does a character in Java take twice as much space to store as a character in C?

Different languages use different size types for different reasons. In this case, the difference is between ASCII and Unicode. Java characters use 2-bytes to store a Unicode character so as to allow a wider variety of characters in strings, whereas C, at least by default, only uses 1 byte to store a character.


How many characters can be held in a computer with 5 GB of RAM?

If you are storing ASCII character set, 5 x 1024 x 1024 x 1024 characters can be held. If you are storing UTF-8 character set(s), 5 x 1024 x 1024 x 1024 / 8 characters can be held. English is a ASCII character set. Japanese and Nepalese can be UTF-8 character set(s).


What is the ASCII value of 92?

\ is the character for 92 in ASCII.