User Tools

Site Tools


cplusplus:c_examples

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
cplusplus:c_examples [2020/05/03 23:07] – [C Examples] mithatcplusplus:c_examples [2020/05/03 23:12] – [File access] mithat
Line 111: Line 111:
 { {
     FILE *ptr_file;     FILE *ptr_file;
-    char buf[1000];+    char buf[1000];    /* can store strings up to 999 chars long */
  
     ptr_file = fopen("input.txt","r");     ptr_file = fopen("input.txt","r");
cplusplus/c_examples.txt · Last modified: 2020/12/07 02:40 by mithat

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki