ITP (C Programming Lab) : List of Experiments
ITP (C Programming Lab) : List of Experiments
LIST OF EXPERIMENTS
Write a program to produce ASCII equivalent of given number
Write a program to find divisor or factorial of a given number.
Write a program to evaluate the following algebraic expressions after
reading necessary values from the user
1. (ax+b)/(ax-b)
2. 2.5 log x-cos 30+|x^2-y^2|+sqrt (2xy)
3. (x^5+10x^4+8x^3+4x+2)
11
2222
333333
44444444
5555555555
Write a program to copy one file to other, use command line arguments.
Write a program to mask some bit of a number (using bit operations)