KCS151/KCS251 PPS Lab Exercise Dr. A.P.J. Abdul Kalam Technical University (AKTU), Lucknow KCS151 / KCS251 Programming for Problem Solving - Using C Language Lab Exercise 45. Write a program to find the sum of digits of a 5 digit number using command line argument. Sample Input and OutputCommandLine Arguments:12345Sample Result:Sum of digits: 15 Previous Next
Sol of pps program