Computer Science, asked by ranjanalok603, 5 hours ago

write a program in c to find the largest three digit number from seven digit number.​

Answers

Answered by anshika180919
0

Answer:

Given a number N. The task is to find the largest and the smallest digit of the number.

Given a number N. The task is to find the largest and the smallest digit of the number.Examples :

Given a number N. The task is to find the largest and the smallest digit of the number.Examples :

Given a number N. The task is to find the largest and the smallest digit of the number.Examples : Input : N = 2346

Given a number N. The task is to find the largest and the smallest digit of the number.Examples : Input : N = 2346 Output : 6 2

Given a number N. The task is to find the largest and the smallest digit of the number.Examples : Input : N = 2346 Output : 6 2 6 is the largest digit and 2 is samllest

Given a number N. The task is to find the largest and the smallest digit of the number.Examples : Input : N = 2346 Output : 6 2 6 is the largest digit and 2 is samllestInput : N = 5

Given a number N. The task is to find the largest and the smallest digit of the number.Examples : Input : N = 2346 Output : 6 2 6 is the largest digit and 2 is samllestInput : N = 5 Output : 5 5

Similar questions