NPTEL Problem Solving Trough Programming In C Week 8 Programming Assignment | NPTEL Swayam Assignment Answers
Join Us On Telegram
👇👇👇👇👇👇
Join Us On Youtube
👇👇👇👇👇👇
Nptel Week 8 Programming Assignment Answers:
Q.1: Write a C Program to find HCF of 4 given numbers using recursive function
Code:
Q.2: Write a C Program to print Binary Equivalent of an Integer using Recursion
Code:
Q.3: Write a program to calculate the sum of given series
Code:
Q.4: Write a program to express a given integer as a Sum of Two Prime Numbers
For example if the number is 10
The result will be
10 = 3 + 7
10 = 5 + 5
Code:
If you are facing any queries regarding this assignment solutions, then please drop comment in comment section.
0 Comments