随笔分类 -  C programming language

摘要:What is a Thread? A thread is a single sequence stream within in a process. Because threads have some of the properties of processes, they are sometim 阅读全文

posted @ 2019-05-14 20:15 EMH1899

摘要:fgetc() and fputc() in C fgetc() fgetc() is used to obtain input from a file single character at a time. This function returns the number of character 阅读全文

posted @ 2019-05-10 20:39 EMH1899

导航