PayPal Interview Question
100 Interview Reviews |
Back to all PayPal Interview Questions & Reviews
Interview questions and reviews posted anonymously by interview candidates
Interview Question for Software Engineer at PayPal:
What is the output from this code (assume int is 32 bit) int f(int n) { return n * f(n-1); } print(f(100));
| Tags: | java, programming, c++ See more , See less 8 |
Helpful Question?
Yes |
No
Inappropriate?
0 of 0 people found this helpful
by Anonymous: