Pointer

20.1. Write a program that reads and displays any number.

20.2 Write a program that reads two numbers and display Sum.

20 3. Write a program that reads and subtracts two numbers.

20.4. Write a program that reads and multiplies two numbers.

20.5. Write a program that reads two numbers and displays division.

20.6. Write a program that reads two numbers and displays division.

20.7. Write a program that reads two numbers and displays remainder.

20 8. Write a program that reads two numbers and display maximum.

20.9. Write a program that reads two numbers and display minimum.

20.10. Write a program that reads three numbers and display maximum.

20.11. Write a program that reads three numbers and display minimum.

20.12. Write a program that reads three numbers and display medium.

20.13. Write a program that reads two floating point numbers and display maximum.

20.14. Write a program that reads two long numbers and display maximum.

20.15. Write a program that reads two double value and display maximum.

20.16. Write a program that reads two characters display maximum.

20.17. Write a program that reads two string and display maximum.

20.18. Write a program that reads any integer and display positive, negative or zero.

20.19. Write a program that read a digit and display by spelling.

20.20. Write a program that reads any positive integer and display in roman digit.

20.21. Write a program that read a positive integer and display its factorial.

20.22. Write a program that read any positive integer and display sum of its digit.

20.23. Write a program that reads and display an array.

20.24. Write a program that reads an array and display sum.

20.25. Write a program that reads an array and display average.

20.26. Write a program that reads an array and display average.

20.27. Write a program that reads an array and display maximum.

20.28. Write a program that reads an array and display minimum.

20.29. Write a program that reads an array and search any given number.

20.30. Write a program that reads an array and sort them.

20.31. Write a program that generates first n Fibonacci numbers.

20.32. Write a program that convert a line to upper case.

20.33. Write a program that convert a line to lower case.

20.34. Write a program that read your name and display every character with one space.

20.35. Write a program that read your name and display every character with one space in reverse order.

20.36. Write a program that read any line display every character in separate line.

20.37. Write a program that read any line of text and display every character with ASCII value in separate line.

20.38. Write a program that read a line of text and display number of upper case, lower case, digit, space and other character.

20.39. Write a program that read a line of text and display number of vowel, consonant, digit, space and other characters.

20.40. Write a program that read a line of text and display the frequency of every letter.

20.41. Write a program that read a line of text and display the frequency of every character.

20.42. Write a program that read and display an array of string.

20.43. Write a program that read an array of string and display in alphabetic order (with case sensitive).

20.44. Write a program that read an array of string and display in alphabetic order (without case sensitive).

20.45. Write a program that read any binary number and display equivalent decimal number.

20.46. Write a program that read any octal number and display equivalent decimal number.

20.47. Write a program that read any hexadecimal number and display equivalent decimal number.

20.48. Write a program that read and display a matrix.

20.49. Write a program that adds two matrices.

20.50. Write a program that multiplies two matrices.

20.51. Write a program that read and display any students name, roll, mark.

20.52. Write a program that read and display some students name, roll and mark.

20.53. Write a program that create a link list to store some integer numbers.

20.54. Write a program that create a link list to store some character.

20.55. Write a program that create a link list to store some long numbers.

20.56. Write a program that create a link list to store some double numbers.

20.57. Write a program that create, insert, and delete a one-way link list.

20.58. Write a program that create, insert, and delete a two-way link list.

20.59. Write a program that swaps two numbers.

 

No comments:

Post a Comment