* explanation/analysis for each question as to if the questiongives the expected
ID: 3613447 • Letter: #
Question
* explanation/analysis for each question as to if the questiongives the expected output, the types of unsolved errors and so on.A sample output should be shown. The program must havecomments. Q. WAP to find the sum of digits of 5-digit number. Forexample, if the user enters 12345, the output should be 15. * explanation/analysis for each question as to if the questiongives the expected output, the types of unsolved errors and so on.A sample output should be shown. The program must havecomments. Q. WAP to find the sum of digits of 5-digit number. Forexample, if the user enters 12345, the output should be 15.Explanation / Answer
Dear..
#include <stdio.h>
#include <conio.h>