Thursday, August 6, 2015

List of programme for printout

This is to notify all students that all must take the print-outs of the programs given as an attachment and get it checked by us on 13th August,2015.



LIST OF PROGRAMS FOR PRINTING

  1. Accept two integers from the user and interchange them. Display the interchanged numbers.
  2. Accept a character from the keyboard and display its previous and next character in order. Ex. If the character entered is‘d’, display “The previous character is c”, “The next character is e”.
  3. Accept a character from the user and display its ASCII value.
  4. Write a program, which accepts annual basic salary of an employee and calculates and displays the Income tax as per the following rules. ***
    1. Basic:  < 1,50,000            Tax = 0
    2. 1,50,000 to 3,00,000        Tax = 20%
    3. > 3,00,000            Tax = 30%
  5. Accept a character from the user and check whether the character is a vowel or consonant. (Hint: a,e,i,o,u, A, E, I, O, U  are vowels).
  6. Accept any year as input through the keyboard. Write a program to check whether the year is a leap year or not. (Hint leap year is divisible by 4 and not by 100 or divisible by 400)
  7. Accept a character from the keyboard and display its previous and next character in order. Ex. If the character entered is‘d’, display “The previous character is c”, “The next character is e”.
  8. Write a program to check whether given character is a digit or a character in lowercase or uppercase alphabet. (Hint ASCII value of digit is between 48 to 58 and Lowercase characters have ASCII values in the range of 97 to122, uppercase is between 65 and 90).
  9. Write a C program to convert a given character into uppercase & vice versa.
  10. Write a C program to covert temperature from Celsius to Fahrenheit.
  11. Write a C program to find maximum & minimum of three numbers.
  12. Write a program, which accepts two integers and an operator as a character (+ - * /), performs the corresponding operation and displays the result.
  13. Write a program having a menu with the following options and corresponding actions: Area of a Circle, Area of a Rectangle and Area of a Triangle.
  14. . Write a C Program to accept a four digit number from user and count zero, odd and even digits from the entered number.

  15. Write a C program to calculate the sum of digits of a given number.
  16. Write a C program to calculate Factorial of a given number.
  17. Write a C program to calculate sum of first and last digit of a given number

  18. Write a C program to calculate sum of Fibonacci series up to a given terms.
  19. Write a C program to calculate the x to the power y.
  20. Write a C program to display multiplication table of a given number.

  1. Write a C program to calculate the sum of first n even numbers.

  1. Write a C program to check whether a given number is palindrome or not.

  1. Write a C program to check whether given number is Armstrong or not.

  1. Write a C program to check whether given number is perfect or not.

No comments:

Post a Comment