1. Program for 3-D
Transformation.
2. Polygon filling algorithm in C.
3. DDA Line Drawing program.
4. Bresenham's Ellipse Drawing Program.
5. A program to demonstrate the making of flowchart using concept of inheritance
6. Line Clipping Algorithm implementation.
7. Polygon Clipping Algorithm implementation.
8. Polygon filling Algorithm implementation.
9. DDA Circle Drawing program.
10. Program to convert CNF to PDA. HOT !
11. Bresenham's Line Drawing Algorithm.
12. Bresenham's Circle Drawing Algorithm.
13. Program to find & replace any desired
character from the i/p text.
14. Program to search for a palindrome.
15. Program for infix to postfix conversion.
16. Program to find the existence &
frequency of an i/p sub-string in an i/p main string.
17. Program for calculator simulation.
18. Program to sort any no. of numeral i/p in
ascending or descending order.
19. Prg to find the type of the triangle
made by i/p values of its coordinates of its vertices.
20. Program to pick & display the largest
element of an i/p matrix.
21. Program to find the determinant of a
matrix.
22. Program to count the no. of words in an
i/p text file.
23. Program to construct a pyramid of any i/p
numbers.
24. Program to compare two input strings.
25. Program to find out if entered string
contains a space character.
26. Program to print the ascii equivalent of
all chararters in the entered string.
27. Program to find an i/p substring in an i/p
main string.
28. Program to display the length of the
entered string.
29. Program to convert i/p decimal value to
its hexadecimal equivalent.
30. Program to display decimal equivalent of a
i/p binary number.
31. Program to display hexadecimal equivalent
of a i/p binary number.
32. Program to display the decimal equivalent
of an i/p hexadecimal number.
33. Program to display the binary equivalent
of a hexadecimal equivalent.
34. Program to swap two numbers.
35. Program to find difference between two dates.
36. Program to multiply two matrices.
37. Program to find out the rightmost
occurence of an i/p character in an i/p string.
38. Program to test whether a given i/p string
is of length greater than 80 chars.
39. Program to create an alternative version
of squeeze(s1,s2) that deletes each character in s1 that matches any character in the
string s2.