Posts

Showing posts from January, 2024

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 pro