Question: Please answer the question 6 6) Given the following program #include > void pound(int n); /* ANSI prototype */ int main(void) { int times =3;
Please answer the question 6
6) Given the following program \#include > void pound(int n); /* ANSI prototype */ int main(void) \{ int times =3; float f=5.0; pound(times); pound((int) f); return 0 ; void pound(int n) \{ while (n>0) printf("\#")
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
