CPU (2110003) EC Division Assignment 4 Note: Deadline To Submit This Assignment Is 4-1-17

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

Date 24-12-2016

CPU (2110003)
EC Division
Assignment 4
Note : Deadline to submit this assignment is 4-117.
1. What is dynamic array? How it is created? Give typical example of use of
dynamic array.
2. What is a string? What are the operations that can be performed on string.
3. What is recursion? When we can use recursion?
4. What is user defined function? What is need for user defined function?
5. Explain Automatic variable, extern variable, Register variable, and static
variable.
6. Explain various categories of user defined functions with example.
7. What is pointer? What are advantages of using pointer?
8. . Explain the functions strncpy, strncmp, strncat, and strstr.
9. Write a C program to read two matrices and multiply two matrices and
display its result.
10.Write a C program to display transpose of the given matrix.
11.Write a C program to make user define function of finding factorial of given
number.
12.Write a C program to exchange values of two variable using pointer.
13.Write a C program to make user define function to check whether string is
palindrome or not .

You might also like