NPTEL Problem Solving Trough Programming In C | NPTEL Week 8 Programming Assignment | NPTEL Assignment Solutions

NPTEL Problem Solving Trough Programming In C Week 8 Programming Assignment | NPTEL Swayam Assignment Answers


nptel problem solving through programming in c



Join Us On Telegram

👇👇👇👇👇👇
telegram


Join Us On Youtube

👇👇👇👇👇👇

youtube


Nptel Week 8 Programming Assignment Answers:


Q.1: Write a C Program to find HCF of 4 given numbers using recursive function

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

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
        
 
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

write a program to express a given integer as a sum of two prime numbers


Code:





If you are facing any queries regarding this assignment solutions, then please drop comment in comment section.

Post a Comment

0 Comments