GDSC Submission for Competitive Coding Domain I have selected the following problem for the domain of Competitive Programming: click here Language: C The code I have written to solve the problem: #include <stdio.h> int digits(int x){ int count = 0...