From 510c741cfc594c0c70e31bbcca3215c41924fee8 Mon Sep 17 00:00:00 2001 From: Manisha Kundnani <90680330+Manishak798@users.noreply.github.com> Date: Mon, 14 Oct 2024 19:55:30 +0530 Subject: [PATCH] Update array.cpp --- Array_Questions/array.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Array_Questions/array.cpp b/Array_Questions/array.cpp index 835ca49..4b045c8 100644 --- a/Array_Questions/array.cpp +++ b/Array_Questions/array.cpp @@ -1,5 +1,5 @@ /*Write a program in C to store elements in an array and print them. -Test Data : +Test Data : Input 10 elements in the array : element - 0 : 1 element - 1 : 1 @@ -26,4 +26,4 @@ int main() } cout << "]"; return 0; -} \ No newline at end of file +}