0% found this document useful (0 votes)
11 views

Intermediate Coding Assignment

intermediate coding

Uploaded by

Sai Dinesh
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views

Intermediate Coding Assignment

intermediate coding

Uploaded by

Sai Dinesh
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

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

You might also like