丙語,俗曰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  ; Prentice-Hall; 「In C, all function arguments are passed ``by value.(英文)