Tuesday, August 13, 2013


Fundamentals of Programming Languages









9.      Write a program in C to compute the GCD of the given two integers

10.  Write a program in C to compute the factorial of the given positive integer using recursive function.



13.  Write a program in C to compute addition/subtraction/multiplication of two matrices. Use functions to read, display and add/subtract/multiply the matrices.

No comments:

Post a Comment