30/09/2018, 16:44
Bài tập về C programming
Using C programming to write a program:
Given the sequence of integer, example : n=0591350942.
Find m that fulfills the following condition:
a) Delete these specific numbers such as 5 and 0, and then print out the results: m=913942
b)Replace these specific numbers such as 5 and 0 with * symbol, and then print out the results: m=913*942
Bài liên quan
What do you want everyone to help you in this topic? Giving some code or explaining the way to resolve this problem…?
I want both code and explaining Please help me