Skip to content

Commit 37d34bf

Browse files
committedJan 18, 2024
add : arrays with fun 11
1 parent b8c1a8e commit 37d34bf

File tree

2 files changed

+1464
-1
lines changed

2 files changed

+1464
-1
lines changed
 

‎10_array_with_functions/00_questions.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,6 @@
2222
09. Write a function in C to merge two arrays of the same size sorted in descending
2323
order.
2424

25-
10. Write a function in C to count the frequency of each element of an array.
25+
10. Write a function in C to count the frequency of each element of an array.
26+
27+
11. Write a c program to perform various operations on arrays. use functions to perform all the operations.

0 commit comments

Comments
 (0)