丙語
觀
丙語,俗曰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刊之,ISBN 0-13-110362-8。(英文)In C, all function arguments are passed ``by value.