Menu bar

Monday, May 5, 2014

CPU PRACTICAL LIST

CPU PRACTICAL LIST **

  1. Write a program to print ―HELLO WORLD.
  2. Write a program that reads two nos. from key board and gives their addition, subtraction, multiplication, division and modulo.
  3. Write a program to convert days into months and days.
  4. Write a program to solve Quadratic Equation.
  5. Write a program to select & print the largest of the three nos. using Nested-If-Else statement.
  6. Write a program to swap the values of two variables using three variables
  7. Write a program to display multiplication table.
  8. Write a program to print 1+1/2+1/3+1/4+………+1/N series.
  9. Write a program to find sum of all integers greater than 100 & less than 200 and are divisible by 5.
  10. The distance between two cities (In KM) is input through key board. Write a program to convert and print this distance in meters, feet, inches & centimeters.
  11. Write a program to find sum of first N odd numbers. Ex. 1+3+5+7+………..+N.
  12. Write a program for use of putchar( ) and getchar( ) function.
  13. Program to print Patterns.
    *
    * *
    * * *
    * * * *
  14. 1 2 3 4 5
    2 3 4 5
    3 4 5
    4 5
    5
  15. AAAAA
    BBBB
    CCC
    DD
    E
  16. 1
    0 1
    1 0 1
    0 1 0 1
  17. Write a program to print Fibonacci series. 1,1,2,3,5,……N
  18. Write a program to reverse the digit.
  19. Add, subtract and multiply two nos. using switch statement.
  20. Write a program to add two matrixes.
  21. Write a program to given no in ascending order.
  22. W.A.P to read array of integers and print it in reverse order
  23. Find length of string using strlen( ) function,
  24. Write a function program to add first N numbers.
  25. Write a function find out maximum out of three numbers.
  26. Write a calculator program(add,subtract,multiply,divide). Prepare user defined function for each functionality.
  27. Define a structure type, personal, that would contain person name, date of joining and salary. Using this structure, write a program to read this information for one person from the key board and print the same on the screen.
  28. Write a function to enter rollno, marks of the three subject for 3 student and find total obtained by each student
  29. Write a program using pointer to compare two strings.
  30. Write a program using pointer to read an array if integer and print element in reverse order. 
** These are the minimum number of practicals performed in each batch apart from this list if you have performed extra practicals you can write them also and while submitting the practicals you have to write an index of the practical and it should be arranged as the list given above. 

No comments:

Post a Comment