COMPUTER PROGRAMMING LAB EXTERNAL EXAMINATION

                     

                    COMPUTER PROGRAMMING LAB EXTERNAL EXAMINATION

                                                                (09-02-2024)


1)Write C Programs for the following problems.

i) Write a C program to implement realloc()

ii) Write a C function to transpose of a matrix


2)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


3)Write C Programs for the following problems.

i) Concatenate two strings without built-in functions

ii) Linear search implementation


4)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


5)Write C Programs for the following problems.

i) Binary search implementation

ii) Multiplication two matrices


6)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


7)Write C Programs for the following problems.

i) Perform linear search on1D array

ii) Eliminate duplicate elements in an array


8)Write C Programs for the following problems.

i) GCD of given two numbers.

ii) Write a C program to swap two numbers using call by reference


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) Find the min and max of a 1-D integer array

ii) Create and display a singly linked list using a self-referential structure


Internal Examiner:

S. Srinivasa Reddy

Sr. Asst.Prof

Dept of CSE, LBRCE, Mylavaram


External Examiner:

Dr. K. Vijay Kumar

Assoc.Prof

Dept of CSE, KLU, Vaddeswaram



Comments

Popular posts from this blog

MapReduce Matrix Multiplication Code

Word Count MapReduce Code

Step by step procedure for HADOOP installation on UBUNTU