13.Find elements sum close to zero.
14.Non-repeating elements of an array 15.Check if two arrays are the same or not
16.Sum range of elements in an array
17.Array is a subset of another array or not
Programs on 2d number arrays
18.Matrix operations (Addition, subtraction and multiplication)
19.Transpose of a matrix
20.Matrix Symmetric and identity check.
21.Upper triangular matrix or not
22.The maximum element in a row
23.The maximum element in a column
24.Saddle point coordinates of a given matrix
25.Matrix printing in a spiral form
26.Matrix rotation by 90 degrees clockwise and anticlockwise
27.Maximum binary sum of matrix row with all 1s in a binary matrix
28.Number of even and odd elements in an array
Programs on strings
- Write a C program to copy one string to another string.
- Write a C program to concatenate two strings.
- Write a C program to compare two strings.
- Write a C program to convert lowercase string to uppercase.
- Write a C program to find total number of alphabets, digits or special character in a string.
- Write a C program to count total number of vowels and consonants in a string.
- Write a C program to count total number of words in a string.
- Write a C program to find reverse of a string.
- Write a C program to check whether a string is palindrome or not.
- Write a C program to reverse order of words in a given string.
- Write a C program to find first occurrence of a character in a given string.
- Write a C program to find last occurrence of a character in a given string.
- Write a C program to search all occurrences of a character in given string.
- Write a C program to count occurrences of a character in given string.
- Write a C program to find highest frequency character in a string
- Write a C program to count frequency of each character in a string.
- Write a C program to remove first occurrence of a character from string.
- Write a C program to remove all occurrences of a character from string.
- Write a C program to remove all repeated characters from a given string.
- Write a C program to replace first occurrence of a character with another in a string.
- Write a C program to replace all occurrences of a character with another in a string.
- Write a C program to find first occurrence of a word in a given string.
- Write a C program to search all occurrences of a word in given string.
- Write a C program to count occurrences of a word in a given string.
- Write a C program to remove first occurrence of a word from string.
No comments:
Post a Comment