Переделал 25ю Задачу с файлом через битовые операции
This commit is contained in:
parent
060d43dbcf
commit
a1a35972d4
4 changed files with 17 additions and 16 deletions
|
@ -7,6 +7,6 @@ int main(void) {
|
|||
if (file == NULL) {
|
||||
return -1;
|
||||
}
|
||||
printf("Count of numbers between 1 to 5 is %.0lf", countElements(file));
|
||||
printf("Count of numbers between 1 to 5 is %d", countElements(file));
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue