d. What is wrong with this program given below? Write it. #include void sqr_it ( int name); int main(void) { sqr_it (10.0); return 0; } void sqr_it (int num) { printf (“%d", num * num) ; } b. Find the...

How to do this programming problem?d.<br>What is wrong with this program given below? Write it.<br>#include <stdio.h><br>void sqr_it ( int name);<br>int main(void) {<br>sqr_it (10.0);<br>return 0;<br>}<br>void sqr_it (int num) {<br>printf (“%d

Extracted text: d. What is wrong with this program given below? Write it. #include void sqr_it ( int name); int main(void) { sqr_it (10.0); return 0; } void sqr_it (int num) { printf (“%d", num * num) ; } b. Find the errors of the following program & write the correct program. While (count! = 10) count=1; sum=sum+x; count= count +1; }

Jun 06, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here