@@ -12,3 +12,5 @@ int main (){
12
func1(x); // passing parameter to fxn
13
return 0;
14
}
15
+
16
+// This will give output as 1 2 3 4 5 6 7 8 9
0 commit comments