A

What is A?


1.

The way programmers can annoy the hell out of the people who run their programs. It is an escape character that is known as the "bell character" that makes the internal speaker in your computer beep. 'a' can be used in many programming languages, including C, C++, and PASCAL.

Below is an example written in C that will make your computer beep forever (or at least until you close the program).

#include <stdio.h>

int main()

{

for(int i=1;i>0;i++)

printf("a");

}


98

Random Words:

1. The name of a godly person. A member of an elite group, especially a person having influence or high status in intellectual or cultural ..
1. On-line Personality Disorder. OPD is most often demonstrated in chatrooms where people with few social skills try to impose their whack ..
1. Lethal Dosage. L.D. is a pharmacological term used by the medical industry to standardize the toxicity of chemicals, specifically. In hu..