ccpp:scanf

SQLite & PDO SQLite support missing in this PHP install - plugin will not work
The Sqlite Php Extension is mandatory. It seems that it's not available on this installation.

Toto je starší verze dokumentu!


Funkce //scanf()//

Funkce scanf() slouží k načítání vstupu z konzole

#include <stdio.h>
 
int main()
{
    float cislo;
    scanf("%f", &cislo);
    printf("Zadana hodnota je %f\n", cislo);
    return 0;
}
  • ccpp/scanf.1605256784.txt.gz
  • Poslední úprava: 2020/11/13 09:39
  • autor: bures