Home float function( ) float function( ) Author - Suman Barik September 24, 2022 0 #include <iostream>using namespace std;float func(float a, float b) { return a * b; }int main(){ cout << func(8.5,6.6); return 0; } Facebook Twitter Whatsapp Newer Older