Skip to content

Latest commit

 

History

History

2021-01-17_Class-5

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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