We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ecde17 commit a646989Copy full SHA for a646989
Recursion/02 head recursion.cpp
@@ -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