Intermediate Coding
Assignment 4
Question 1:
Factorial Trailing Zeroes: Given an integer n, return the number of trailing zeroes in n!.
Program & Output:
Question 2:
Reverse The Number: Write a function to reverse the digits of a number.
Program & Output:
Question 3:
GCD of Two Numbers using Recursion
Program & Output:
Question 4:
Convert Binary Number to Decimal
Program & Output:
Assignment by
- M. Sai Dinesh
HU22CSEN0300193