You're not declaring an array of signed integers anywhereSifJar wrote:Using only pointers: declare an array of signed integers and assing it a size of 50 integers.
Ok, but try to assign something printableSifJar wrote:Same as the last exercise but also assign positions 5, 6, and 8, and then print them.
It's totally correct. They are valid characters but non-printable ones. Some characters are not meant to be printed but for operations. They are called control characters, for example \n. Some of this non-printable characters might have weird representations on most shells, since most of the control characters were designed for old terminals and are now useless.SifJar wrote:Given 2 strings of length 5, encrypt the first one using the second one using an XOR operation.
Advertising

