digit

CF

Nature of Digit in Position

Given a number ‘n’ and a position; Write an algorithm and subsequent ‘C’ program to Check if the ‘p-th’ Digit, Starting from left-most digiit…
CF

Matrix Unit Digit Swap

The program must accept an integer matrix of size R*C, where C is even and swap the unit digits of the elements in columns 1 and 2, then 3 and…
CF

Find Hundredth Digit

The program must accept an integer N as the input. The program must print the hundredth digit of N as the output. Boundary…