Sunday, 25 September 2016

Index of PART B

INDEX 

PART - B

  1. Write a C Program to input 'n' numbers and sort them in ascending order using bubble sort.
  2. Write a C Program to find the largest and smallest in a one dimensional array and also find the position of both numbers.
  3. Write a C Program to search a number in a list using linear search and also find its position in the array.
  4. Write a C Program to find the sum of elements in each row, column and the principal diagonal of the matrix.
  5. Write a C Program to find the transpose of a matrix and check if it is symmetric or not.
  6. Write a C Program to find   n c r   and   n p r   using recursive functions.
  7. Write a C Program to count the number of words, vowels, digits and spaces in a given string.
  8. 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