跳至內容

丙語

文出維基大典

丙語,俗曰C語言電腦語言是也。所用甚廣,夫程式者,皆可以丙成之。[]

例「世界無恙」Hello, world!

[]
#include <stdio.h>

int main(void)
{
    printf("Hello, world!\n");
    return 0;
}

考據

[]
  1. Brian W. Kernighan and Dennis M. Ritchie《The C programming Language》曰:

    In C, all function arguments are passed ``by value.

    Prentice-Hall刊之,ISBN 0-13-110362-8(英文)