MNNIT Computer Coding Club
This repository contains the codes, support links and other relevant materials for every class under Computer Club, MNNIT Allahabad.
C-Programming Class 5
January 17th, 2021
C-Programming Class 5 Recordings
Class Content :-
Assignment :-
- Explore the library functions of Math.h library
- Try to implement sqrt() and pow() functions on your own by defining functiond for them without using Math.h
- Write a Program that expects marks of a student as input and compute the grades.
- Write a Program to print all the digits of a number, Sum of digits of a number, and reverse the number.
- Write a Program to check if a number is Palindrome, Armstrong, Perfect or not