Latest C Aptitude Question SOLUTION: Write a program to print the nth prime number after a given number m. Example 1: Given prime number m=3 and n=5. The program should print the 5th prime number afer 3 Given input