Loading...
Engaged Employer
write code for detecting wheather a number is prime or not recursivly..
Anonymous
int isPrime(int num,int x) { if(x==1) return 1; if(num%x) return isPrime(num,x-1); else return 0; }
Check out your Company Bowl for anonymous work chats.
Get actionable career advice tailored to you by joining more bowls.
Stay ahead in opportunities and insider tips by following your dream companies.
Get personalized job recommendations and updates by starting your searches.