Saturday, June 5, 2010

List of C/C++ Programmes

List of C/C++ Programs
  1. WAP to print your general Information.
  2. WAP to Input 2 numbers and find the sum.
  3. WAP to input marks of 5 subjects and find total, percentage.
  4. WAP to convert Celsius temp to F.
  5. WAP to input 2 numbers and find the bigger number.
  6. WAP to input 3 numbers and find the bigger.
  7. WAP to input percentage and check either a student is eligible for scholarship or not. Percentage should be more than or equal to 80.
  8. WAP to check either a person is eligible for voting in India or not.
  9. WAP to enter basic salary and calculate net salary on the given basis.
  10. WAP to Input percentage and calculate the grade
  11. WAP to demo speed program using switch.
  12. WAP to print first 10 Number.
  13. WAP to print first 10 numbers in reverse order.
  14. WAP to print you name 10 times.
  15. WAP to print your general information 10 times.
  16. WAP to Input 10 numbers and find the sum of numbers.
  17. WAP to input 10 numbers and find the biggest number.
  18. WAP to input 10 number and find how many number are even and odd
  19. WAP to input 10 numbers and find the sum of even and odd separately.
  20. WAP to input 10 numbers and find how many numbers are +ve, -ve and zeros.
  21. WAP to print Fibonacci sr.
  22. WAP to input number and find factorial of a number.
  23. WAP to input a number and print a table of number.
  24. WAP to print first 10 tables
  25. WAP to input starting table num, end table num, and extend and print the tables.
  26. WAP to print various series.

No comments:

Post a Comment