MCPcopy Create free account
hub / github.com/Lakhankumawat/LearnCPP / Print

Function Print

S-SortingAlgorithms/MergeSort.cpp:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45void Print(int *A,int n){
46 for (int i = 0; i < n; i++)
47 cout << A[i] << " ";
48}
49
50int main(){
51int n,no;

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected