Computer Science, asked by maylina, 6 months ago

write a program to enter a number and print all the digits in descending order

Answers

Answered by ks4563655
2

Answer:

Given a number N, the task is to write a C program to print all digits of the number N in their original order.

Examples:

Input: N = 12

Output: 1, 2

Input: N = 1032

Output: 1, 0, 3, 2

Explanation:

please like and rate please

Answered by vasantchaudhary1288
3

Answer:

what's

i couldn't understood question

please make me brilliant

Similar questions