About: dbkwik:resource/2PH_vm6SHeIoPYj8EGxr6Q==   Sponge Permalink

An Entity of Type : owl:Thing, within Data Space : 134.155.108.49:8890 associated with source dataset(s)

AttributesValues
rdfs:label
  • שפת C/פלט וקלט קבצים/תרגילים
rdfs:comment
  • ראינו דוגמה לספירת התווים בקובץ בעזרת לולאת for. שנה את הקוד כך שישתמש בלולאת while, והפטר בהזדמנות זו מהמשתנה c. הפתרון 1. * include int main() {int num; int count; FILE *const f = fopen( "example.txt", "rt" ); if(!f) { printf("Error: could not open file! "); return -1; } for(count = 0; fgetc(f) != EOF; ++count) ; printf("The file countains %d chars. ", count); fclose(f); return 0; }
dbkwik:he.computer...iPageUsesTemplate
abstract
  • ראינו דוגמה לספירת התווים בקובץ בעזרת לולאת for. שנה את הקוד כך שישתמש בלולאת while, והפטר בהזדמנות זו מהמשתנה c. הפתרון 1. * include int main() {int num; int count; FILE *const f = fopen( "example.txt", "rt" ); if(!f) { printf("Error: could not open file! "); return -1; } for(count = 0; fgetc(f) != EOF; ++count) ; printf("The file countains %d chars. ", count); fclose(f); return 0; }
Alternative Linked Data Views: ODE     Raw Data in: CXML | CSV | RDF ( N-Triples N3/Turtle JSON XML ) | OData ( Atom JSON ) | Microdata ( JSON HTML) | JSON-LD    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
OpenLink Virtuoso version 07.20.3217, on Linux (x86_64-pc-linux-gnu), Standard Edition
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2012 OpenLink Software