0% found this document useful (0 votes)
20 views1 page

C Programming: Arrays and Strings Tasks

The document outlines assignment questions related to arrays and strings in programming. It includes tasks for one-dimensional and two-dimensional arrays, such as searching elements, finding maximum values, and copying arrays. Additionally, it covers string manipulation tasks like counting characters, sorting, and reversing strings.

Uploaded by

robo90683
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
20 views1 page

C Programming: Arrays and Strings Tasks

The document outlines assignment questions related to arrays and strings in programming. It includes tasks for one-dimensional and two-dimensional arrays, such as searching elements, finding maximum values, and copying arrays. Additionally, it covers string manipulation tasks like counting characters, sorting, and reversing strings.

Uploaded by

robo90683
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

UNIT-3

ARRAYS

ASSIGNMENT QUESTIONS

ONE DIMENSIONAL AYYAYS


1. Search an element in an array
2. Find maximum value in an Array
3. Program to print an array in reverse order
4. Program to calculate sum of an array
5. Program to calculate average of an array
6. Program to find the largest element of an array
7. Program to find the second largest element of an array
8. Program to find the smallest element of an array

TWO DIMENSIONAL ARRAYS


1. Program to copy an array to another array
2. Program to copy an array to another array in reverse
3. Program to divide one array into two arrays
4. Program to concatenate arrays

STRINGS
1. Program to print a string character by character in C
2. Program to find string length without function in C
3. Program to count character occurrent in C
4. Program to count vowels occurrent in C
5. Program to sort string characters in C
6. Program to copy string in C
7. Program to reverse string in C
8. Program to search strings in C
9. Program to swap strings in C
10. Program to compare two strings in C
11. Program to concatenate two strings in C
12. String Anagram program in in C
13. C Program to reverse words in a line
14. C Program to reverse a line

You might also like