C

From Uncyclopedia, the content-free encyclopedia.

Jump to: navigation, search

Everybody knows that K>C, so the attacks on K are useless. C is just so insecure, it needs to feel better about itself.

C is short-hand for cookie! We all know that!
C is short-hand for cookie! We all know that!

I C!

~ A Blind Man on C

http://bd1.battledawn.com/referx.php?serv=9&ref=1709 I C U!

~ Admins on this article

I think it starts with "C"

~ Captain Obvious on trying to guess the word "c"

"C is my favorite letter"

~ The inventor of Hi-C Juice

I got a "C" in everything. I'm a straight "blah" student!

~ Charlie Brown on C

o.O\0 OMG, I hate C-style strings !

~ Georgi M. on C

C is the third letter of the Judeo-Christian alphabet. After B, and before C++, C#,Cb and C-.

C is also the big blue thing in which fish swim and crap.

C can additionally be used as short-hand for cookie.

C is also what blind people don't do.

C means yes in mexican.

C is deprecated. It is recommended you use K, S, Q, TS, or C++ instead.

Contents

[edit] Origin and History

The letter C comes to us from the word BCPL (pronounced as cormorant; the B is silent), which is Egyptian for "Damn Good." However, BCPL takes a while to spell, especially if you're an Egyptian and you have to cover the entire wall of a pyramid with murals just to write one sentence. So they shortened BCPL to just plain C, and this terminology has stayed with us ever since. C++ is a stupid programming language. THE END!

[edit] Usage

C can be used as a verb, as in C U L8R (d00d). It can also be used as an adjective, but only for things involving turtles: C shell, C side (of a turtle). It can also be used as an adverbial intensifier, as in C sure.

Additionally, because of its original Egyptian meaning, in school marks it is used to express the highest possible praise, with repeated C's magnifying the laudations. However, writing many C's takes a long time, so in the tradition of the Egyptians we express multiple C's by writing one followed by a short dash. This is the ne plus ultra of English-language praise.

  • C (when followed by E) is always a K sound (ie. Celt). Unless it makes the TCH sound in TCHaikovsky (ie. Cello).
  • C (when followed by I) is always a K sound (ie. Arcing). Unless it makes the TCH sound in TCHaikovsky (ie. Ciao).
  • C (when follwed by H) is always a SH sound (ie. Champagne). Unless it makes the K sound in tchaikovsKy (ie. Chaos).
  • In all other instance C makes an S sound (ie. Caesar) Unless it makes the slient C sound in tchaikovs(C)ky (ie. Czar Rock (cf. Zar Rok (cf. Zee Rock (cf. Zee Germans!))))

[edit] A Bit of Advice

When in doubt, pick C. Trust the old wives. It always works

[edit] Religion

The god of Cism (and, by logical extension, ++C) is known as Neptune or Poseidon or simply as The C.

The song of worship is this.

C is for cucumber that is good enough for me.
C is for cabbage that is good enough for me.
C is for coffee that is good enough for me.
O cucumber, cabbage, coffee starts with C.

Those who have angered the god of the C in some manner often find themselves C-sick with a C-ring hot pain in their stomach as well as the infamous C-zure.

[edit] The Ten Commandments

  char ** commandment[10]; 
  
  **commandment[0] = "Thou shalt not dereference a null pointer.\n";
  **commandment[1] = "Thou shalt not dereference a null pointer, in any case whatsoever.\n";
  **commandment[2] = "dmr cannot stress this enough: thou shalt not dereference a null pointer.\n";
  **commandment[3] = "Thou shalt not dereference a null pointer.  We really do mean it.\n";
  **commandment[4] = "We cannot tell thee enough how important it is that thee not dereference a null pointer.\n";
  **commandment[5] = "Under no circumstance shalt thee dereference a null pointer.\n";
  **commandment[6] = "Move not all null pointer, for great justice.\n";
  **commandment[7] = "www.thoushaltnotdereferenceanullpointer.com\n";
  **commandment[8] = "When we tell thee not to dereference a null pointer, thou shalt do it.  I mean not do it.  I mean ... I knoweth what I mean.\n";
  **commandment[9] = "Steve Ballmer will fucking kill you if you so much as think about hiring someone who dereferences a null pointer.\n";
  **commandment[10] = "There shall be no eleventh commandment.\n";
  **commandment[11] = "This fucking program crashed at the previous line\n"

[edit] Readability

C, in comparison to Perl, has God-integrated features that allow the programmer to create his programs more readable. If you want to compute the power of a number, you can use language features to make the purpose of the program more obvious:

#define GAY 0
#define DEMOCRATS 2
#define SUCCESS 1
typedef int DarthVader;
typedef double Potatoes;

Potatoes FightTerror(Potatoes bus, DarthVader victims) {
  DarthVader mother_bees, killer_hornets, tigers, jaguars; /* Prepare our army */
  mother_bees = 2; 
  killer_hornets = mother_bees * mother_bees - DEMOCRATS; /* Hornets are as powerful as bees squared */
  tigers = killer_hornets * SUCCESS;  /* Tigers, unlike hornets, succeed to kill their victims */
  jaguars = tigers;
 
  if (victims == GAY) {
     return SUCCESS;
  }
  if (victims % DEMOCRATS) {
    return bus*FightTerror(bus, victims / mother_bees)*FightTerror(bus, victims / killer_hornets);
  }
  /* Please note that the jaguars are female */
  return FightTerror(bus, victims / tigers) * FightTerror(bus, victims / jaguars);
}

[edit] Unsuitability for beginners

C is a language that is not suitable for beginners in programming, and girls or politicians. The beginner will have to understand the concepts of pointers, arrows and bows from their very first lesson, which they might not easily grasp. For example, to print a simple text containing the number 5 on the screen, the beginner has to do:

#include <stdio.h>
int main(void) {
       const char* text = "The number is: %d\n";
       int number = 5;
       printf(&(((char*)(NULL))[(size_t)text]), *(int*)&(((char*)(NULL))[(size_t)&number]));
}

[edit] Trivia

The Unix operating system is well known for being written entirely using only the letter C.

All Operating Systems are written in C to take advantage of the "C"PU.

C is also regarded by scholarly figures to be the second sexiest letter in the alphabet, coming behind the letter "J".

C thinks that your face is stupid: int isStupid (Face *f) {return f->owner == you;}

C is also a very sad language as you can see most sentences:

  • printf ( "omfg sexy printerrs" );
  • end with an emoticon like this: );

This was originally discovered by some guy from McDonalds aka MIT.

C is named C because it was derived from a language called CCCP. The hard drives of some old CommUNIX systems have the following listing:

$ ls -l /usr/src
drwxr-xr-x    2 godless  commie      4096 Jun 18 1949 ./
drwxr-xr-x    3 godless  commie      4096 Jun 18 1949 ../
-rw-r--r--    1 godless  commie     20091 Jun 20 1952 стержень.cccp
-rw-r--r--    1 godless  commie     20393 Jun 21 1952 входнойсигнал.cccp
-rw-r--r--    1 goldess  commie        30 Jun 19 1952 составитель.cccp

CCCP source code looked nothing whatsoever like C:

#включите <ставв.к>

инт главнымобразом (инт арго, хара **(**аргв)) {
  хара внымота[][][][];
  печатьф("Здравствулте!, мир!\н");
}


As you can "C", it required vast oceans of syntax and knowledge even to write "Hello World!!".

As the communists worked to try to infiltrate the American computer industry, they found it difficult to get Americans to use a programming language whose source files end in "CCCP". So they first shortened "CCCP" to "CC". Today, source code is still seen in files ending with ".cc", but it was finally shortened to "C", which simply stands for the Russian word Croissant.

[edit] Symbolism

C, like R is a marker for indicating that something can be distributed on the Interwebs with alacrity.

[edit] Vitamins

C is not a vitamin, unlike J, R, P or W.

[edit] See Also

[edit] External links

  • Write in C! - famous song about why to use the programming language C
Personal tools
projects