#include
#include
inline float mul(float x,float y)
{
return(x*y);
}
inline double div(double m,double n)
{
return(m/n);
}
int main()
{
clrscr();
float a=12.345;
float b=9.82;
cout<
return 0;
}
Output:
121.227898
1.257128
Complete solution for electrical engineering interview question and answers for job.The information helps to solve electronics and electrical engineers interview question and answers.This electrical engineering blog helps engineers a lot.A group of tips is also given here along with C++ programming.
No comments:
Post a Comment