丙語,俗曰C語言,電腦語言是也。所用甚廣,夫程式者,皆可以丙成之。[一]
例「世界無恙」(Hello, world!)
[纂]
#include <stdio.h>
int main(void)
{
printf("Hello, world!\n");
return 0;
}
- ↑ Brian W. Kernighan and Dennis M. Ritchie The C programming Language ; Prentice-Hall; 「In C, all function arguments are passed ``by value.」(英文)