week1
Q1 Takes two integer operands and one operator form the user, performs the operation and then
prints the result.
Q2 Generate all the prime numbers between 1 and n, where n is a value supplied by the user.
Q3 Searching an element in an array.
WEEK 2
Q1. Write a program to demonstrate the Inline functions.
Q2. Programs to understand different function call mechanism.
a. call by reference b. call by value