Теперь во второй выводит одно число без нулей после точки
This commit is contained in:
parent
8e7bf70696
commit
8b2e889036
2 changed files with 1 additions and 1 deletions
BIN
Second/a.exe
BIN
Second/a.exe
Binary file not shown.
|
|
@ -7,6 +7,6 @@ int main(void) {
|
||||||
if (file == NULL) {
|
if (file == NULL) {
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
printf("Count of numbers between 1 to 5 is %lf", countElements(file));
|
printf("Count of numbers between 1 to 5 is %.0lf", countElements(file));
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue