Header
File <stdio.h>
Header file គឺជាការប្រកាស file មេ ដើម្បីប្រើប្រាស់ function មួយចំនូនដែលមានស្រាប់នៅក្នុង
library។ នៅក្នុងភាសា C មាន
library ជាច្រើន សម្រាប់ប្រើតាមមុខងារផ្សេងៗ។ ការប្រកាស Header
File មានលក្ខណ ៖ #include<library name>។
<stdio.h>គឺជា library មួយនៅក្នុងភាសា C។ ការប្រកាស Header File របស់វាមានលក្ខណ ៖ #include<
stdio.h >។ stdio.h មកពីពាក្យពេញរបស់វាគឺ
៖
·
std = standard
·
i = input
·
o = output
· h = header file
គេប្រើវាដើម្បីហៅ function
ផ្សេងៗដែលទាក់ទងនឺង input និង output
ជាពិសេស function printf(); និង scanf();
រួមទាំង function មួយចំនួនទៀតដូចជា
fprintf(); fscanf(); fclose(); ជាដើម។
No comments:
Post a Comment