IA2_scheme
IA2_scheme
Sl. No Total
Scheme of Evaluation
Marks
1.a) Differentiate between the call by value & call by reference and Write a C program to 10M
swap two numbers using call by value and call by reference.
Difeerence between call by value & call by reference 5
Program 5
1.b) What is an array? Explain how One-dimensional and Two-dimensional arrays are 10M
declared and initialized with an example.
Definition 2
Explanation 6
Example 2
2.a) What are iterative statements? Explain any two iterative statements with an example. 5M
Definition 2
Explanation 2
Example 1
2.b) Distinguish between the break and continue statements with example. 5M
Explanation 4
Example 1
2 c) Write a C program whether a given number is palindrome or not. 5M
Program 5
3 a) Illustrate the concept of recursive function with an example. 5M
Explanation 4
Example 1
3 b) Discuss various scope of variables with an example. 5M
Scope of Variables 4
Example 1
3 c) Write a C program to transpose a MxN Matrix. 5M
Program 5