Tuesday, 20 August 2013

MY FIRST ASSIGNMENT IN C

THESE ARE THE FOLLOWING ASSIGNMENTS QUESTIONS I HAS,
TO KNOW THE SOLUTIONS FOR THESE CLICK ON THE BELOW QUESTIONS IT SELF.

  1. Write a program to calculate the series 1 + 1/2! + 1/3! + .. upto N terms.
  2. Write a program to check a C program for rudimentary errors like unbalanced parenthesis, brackets and braces.
  3. Write a C program to implement the insert, delete, and traverse functions of doubly linked list.
  4. Write a program to determine whether two lists are identical

1 comment: