A trigraph in C
is formed of three characters, the first two characters are interrogation marks ??
, and the last character is just a regular character.
ISO 646
, standardized ASCII
, and made national variants of it. The … Read More
A trigraph in C
is formed of three characters, the first two characters are interrogation marks ??
, and the last character is just a regular character.
ISO 646
, standardized ASCII
, and made national variants of it. The … Read More
The DisplayMetrics class is used to get various information about the screen in android .The information that we can get are the following :
DENSITY_DEVICE_STABLE :
The density of the device in ppi readA smartphone , has a width and a height which can be expressed in inches . The screen size is the length of the diagonal of the smartphone , and which can be … Read More
The ones’ complement operator ~
, will flip the bits of an integer , so one will become zero , and zero will become one. An integer in python , has :
A shift operator will shift the bits by a number of positions . In java we have three shift operators , they are
, which shift the bits to the right , while keeping theRegex stands for regular expression . it is a string which is formed of characters used to perform :
in other string. In addition to the regular characters that a regex can … Read More
We can generate random numbers in swift by one of these three methods :
arc4random
librarySystemRandomNumberGenerator
A bitmap is an object , which is an instance of the Bitmap
Class. This class represents a 2d coordinate system . The coordinate system move to the right on the x axis , and to … Read More
A light is a wave which doesn’t need a medium to propagate . Other examples of waves are water waves , or air waves which need water and air as a medium to propagate .Water , … Read More