Skip to main content

C

An extremely powerful computer language on which the foundations of most other mid-level and RAD languages are based. Although it is not object-oriented like C++ and Java, it compiles into tighter code that occupies less space. It is used most frequently for applications designed to run in tight conditions, such as on a computer with a slow CPU and/or a small amount of memory. It is also closer to assembly language than it is to mid-level languages (on the spectrum of computer languages, C is toward the low end of the mid-level languages), making it more difficult to fully master than most languages.
//a more interesting Hello World program
#include <stdio.h>

typedef struct {
int x;
char c50;
void (*func)(char*);
} MY_HELLO_STRUCTURE;

MY_HELLO_STRUCTURE ms;

void draw(char* s) {
printf(s);
}

void main(void) {
ms.x++;
sprintf(ms.c,"Hello World (for the ")
switch (ms.x%10) {
case 1:
sprintf(ms.c+21,"%dst time",ms.x);
break;
case 2:
sprintf(ms.c+21,"%dnd time",ms.x);
break;
case 3:
sprintf(ms.c+21,"%drd time",ms.x);
break;
default:
sprintf(ms.c+21,"%dth time",ms.x);
break;
}
ms.func=draw;
(*ms.func)(ms.c);
return;
}
by C programmer April 19, 2005
mugGet the C mug.

C

Carbon, C, has an Atomic Number of 6, and an Atomic Weight of 12.011.
by lkpjh August 13, 2004
mugGet the C mug.
Related Words
C.O.W. c c hair C-row C.T. C.S. C.R. c notes C.O.T. c-town

c

"She can't take much more, Cap'n! We're at .8 c now!"
by tradesman April 1, 2003
mugGet the c mug.

C-

Slang for Coors Light beer. Works on two levls: 1.)Coors minus the calories and also 2.) Coors Light is of a low but passing quality (as in it gets a grade of C-)
"Dude pass me another C-"
by sleepinggrass January 23, 2005
mugGet the C- mug.

/c

Copypasta

Means that what has been posted is a copypasta
another day another heartbreak. this is how it is for us. we live, we hurt, we cry, and no one cares. we get subtweeted, what’s left? are we here just to be tormented? is that all? and for what. we get nothing. all we get is pain. /c
mugGet the /c mug.

c(:

a smiley with it's tounge hanging out. similar to :P but with the tounge in the middle.
person1: haha c(:
person2: thanks :)
by anoosha June 20, 2007
mugGet the c(: mug.

c

Big, blue wobbly thing that mermaids live in.
Baldrick: I've done "C".

Blackadder: Right. Let's have it, then.

Baldrick: Right. "Big blue wobbly thing that mermaids live in."
by RDNSK May 5, 2011
mugGet the c mug.

Share this definition

Sign in to vote

We'll email you a link to sign in instantly.

Or

Check your email

We sent a link to

Open your email