b) What is the problem with the following code? Correct it. int fno, sno, *ptr, *qtr, sum; printf(" Input the first number : "); scanf("%d", fno); printf(" Input the second number : "); scanf("%d",...


b) What is the problem with the following code? Correct it.<br>int fno, sno, *ptr, *qtr, sum;<br>printf(

Extracted text: b) What is the problem with the following code? Correct it. int fno, sno, *ptr, *qtr, sum; printf(" Input the first number : "); scanf("%d", fno); printf(" Input the second number : "); scanf("%d", sno); ptr =fno; qtr = sno; sum = ptr + qtr;

Jun 09, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here