COMPUTER PROGRAMMING LAB EXTERNAL EXAMINATION
COMPUTER PROGRAMMING LAB EXTERNAL EXAMINATION
(23-12-2024)
1)Write C Programs for the following problems.
i) Linear search implementation
ii) Multiplication of two matrices
2)Write C Programs for the following problems.
i) Write a C program to implement calloc()
ii) Write a C function to transpose a matrix
3)Write C Programs for the following problems.
i) Write a C program to find the sum of a 1D array using malloc()
ii) Read student name and marks from the command line and display the student details along with the total
4)Write C Programs for the following problems.
i) Concatenate two strings without built-in functions
ii) Merging of two files using command line arguments
5)Write C Programs for the following problems.
i) The reverse of a 1D integer array
ii) Print the prime numbers up to the given range
6)Write C Programs for the following problems.
i) Find the number of words, lines and characters of a file content
ii) Eliminate duplicate elements in an array
7)Write C Programs for the following problems.
i) GCD of given two numbers using recursion.
ii) Write a C program to swap two numbers using call by reference
8)Write C Programs for the following problems.
i) Find the min and max of a 1-D integer array
ii) Create and display a singly linked list using a self-referential structure
9)Write C Programs for the following problems.
i) Write a recursive function to find the factorial of a number
ii) Write a C program to find the total, average of n students using structures
10)Write C Programs for the following problems.
i) Reverse a string using built-in and without built-in string functions
ii) Sort array elements using bubble sort
EXTERNAL EXAMINER
-------------------------------
NAME: Mr. L. Krishna Rao
DESIGNATION: Assistant Professor
INSTITUTE: PVPSIT, VIJAYAWADA
INTERNAL EXAMINER
-------------------------------
NAME: S SRINIVASA REDDY
DESIGNATION: Sr.Assistant Professor
INSTITUTE: LBRCE, MYLAVARAM
Comments
Post a Comment