C Programming Plus
www.cprogrammingplus.com
Pages
Home
Input Output
Operator
Math.h
If, If....else
Conditional Operator
Switch
Series
Pyramid
Loop
One Dimensional Array
Multi Dimensional Array
String.h
String
File Read
File Write
File Read and Write
Structure
Function
Recursive Function
Pointer
Miscellaneous program
ASCII Character Codes
PDF Books
Math.h
3.1. Write a program that read any integer number and display absolute value.
3.2. Write a program that read any angle t and display sin(t).
3.3. Write a program that read any angle t and display cos(t).
3.4. Write a program that read any angle t and display tan(t).
3.5. Write a program that read any angle t and display cot(t).
3.6. Write a program that read any angle t and display sec(t).
3.7. Write a program that read any angle t and display cosec(t).
3.8. Write a program that read a value n and display sin inverse(n).
3.9. Write a program that read a value n and display cos inverse(n)
3.10. Write a program that read a value n and display tan inverse(n).
3.11. Write a program that read a value n and display cot inverse(n).
3.12. Write a program that read a value n and display sec inverse(n).
3.13. Write a program that read a value n and display cosec inverse(n).
3.14. Write a program that read two numbers(x,y) and display the value of x.
3.15. Write a program that read any numbers and display its square root.
3.16. Write a program that read any number x and display e to the power x.
3.17. Write a program that read any number x and display log(x).
3.18. Write a program that read any number x and display log10(x).
No comments:
Post a Comment
Home
Subscribe to:
Posts (Atom)
No comments:
Post a Comment