Skip to content

Commit

Permalink
added testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mahakkaur22 committed Oct 8, 2023
1 parent 4f1e5bd commit 63e6e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion C/cp/Adjacent_Element_Product.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//Find the pair of adjacent elements that have the largest product in a given array and return that product.
//Find the pair of adjacent elements that have the largest product in a given array and return that product testing.
#include <stdio.h>

void prod_elements(int *, int *, int);
Expand Down

0 comments on commit 63e6e04

Please sign in to comment.