From 5806f19751d218f1dfbdbfb3d0554846669571c5 Mon Sep 17 00:00:00 2001 From: ashishkumarsahu254 <69347949+ashishkumarsahu254@users.noreply.github.com> Date: Sun, 6 Sep 2020 14:09:01 +0530 Subject: [PATCH] updatearrayt.cpp function call change --- arrayreverse.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arrayreverse.cpp b/arrayreverse.cpp index b4bb33c..504211e 100644 --- a/arrayreverse.cpp +++ b/arrayreverse.cpp @@ -3,8 +3,8 @@ #include using namespace std; void traverse(int,int,int[],int); +//void reverse(int,int,int[],int); void reverse(int,int,int[],int); - void traverse(int lb,int ub,int list[],int max) { if(lb>ub)