Include : #include
Contoh :
#include
main()
{
double x,hasil;
clrscr();
printf(“Contoh fungsi — exp —”);
printf(“\n\nMasukkan sebuah bilangan :”); scanf(“%lf”,&x);
hasil = exp(x);
printf(“\n\nHasil e pangkat %6.2lf adalah %6.2lf”, x,hasil);
getch();
}
Tidak ada komentar:
Posting Komentar