Skip to content

Commit

Permalink
Update array.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishak798 authored Oct 14, 2024
1 parent 0f56bcf commit 510c741
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Array_Questions/array.cpp
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -26,4 +26,4 @@ int main()
}
cout << "]";
return 0;
}
}

0 comments on commit 510c741

Please sign in to comment.