TMA03

Q3a

Write a function for removing comments in C source code.

My Solution

Q3b

Recursively calculate value of pi using Eurler's algorithm.

My Solution

Q3c

Write a function which tests whether a string contains a sub-string.

My Solution

Q4a

Write a program that reads in several input data files and calculates phone bill of each customer. A linked-list structure shall be used.

My Solution

 

Q4d

Write a program that searches, lists, adds and deletes items in a phone-call log file. A user-friendly menu interface shall be used.

My Solution

 

Do you have anything want to say? Write here.

back