Interviews Questions, Algorithms, Aptitude, C Interview Program, C Theory Question, Aptitude Tricks, Test Series,

Showing posts with label The number of times digit 3 occurs. Show all posts
Showing posts with label The number of times digit 3 occurs. Show all posts

Tuesday, 14 May 2019

The number of times digit 3 occurs.

Question:

Write a program to find the number of times digit 3 occurs in each and every number from 0 to n


Solution: