Computational Puzzle
The Latest and exclusive collection of Computational Puzzle to tease your brain. Computational Puzzle helps exercising the brain and develop it to think logical and solve real world problems differenlty. PuzzleFry brings you the best Computational Puzzle, you'll enjoy wide range of Computational Puzzle, Lets try few Computational Puzzle listed below -
-
What will be the output of the program-
print(5);
void print (int n){ if (n>0){ printf(“hello”); print(n-1); } printf(“world”); }
View SolutionSubmit Solution- 1,416.3K views
- 3 answers
- 1 votes