TCS Previous Papers
☞ palindrome or not using command line arguments☞ strong number or not using command line arguments
☞ perfect number or not using command line arguments
☞ prime number or not using command line arguments
☞ Armstrong number or not using command line arguments
☞ All perfect numbers in the given range using command line arguments
☞ All strong numbers in the given range using command line arguments
☞ All prime numbers in the given range using command line arguments
☞ binary number into decimal number conversion
☞ 1 2 1 3 2 5 3 7 5 11 8 13 13 17.......Find nth term in the series using command line arguments
☞ decimal number into binary number conversion
☞ decimal number into hexa decimal number conversion
☞ decimal number into octal number conversion
☞ Hexa decimal number into decimal number conversion in C
☞ Octal number into decimal number converrsion
☞ find nth term in the series 1 1 2 3 4 9 8 27 16 81 32 243 64 729 128 21 87...
☞ 1 2 2 4 4 4 4 8 8 8 8 8 8 8 8..... find nth term in the series
☞ Fibonacci sequence up to n terms using command line arguments
☞ Print the terms of Fibonacci Series up to a certain number
☞ check weather a given number is Fibonacci number or not