Index of PART B
INDEX
PART - B
- Write a C Program to input 'n' numbers and sort them in ascending order using bubble sort.
- Write a C Program to find the largest and smallest in a one dimensional array and also find the position of both numbers.
- Write a C Program to search a number in a list using linear search and also find its position in the array.
- Write a C Program to find the sum of elements in each row, column and the principal diagonal of the matrix.
- Write a C Program to find the transpose of a matrix and check if it is symmetric or not.
- Write a C Program to find n c r and n p r using recursive functions.
- Write a C Program to count the number of words, vowels, digits and spaces in a given string.
- Write a C Program to find if the given string is a palindrome or not using a user-defined function to reverse it.
No comments:
Post a Comment