program list.rtf
program list.rtf
6. WAP on 'C' that input a number and print either number is even or odd.
11. WAP on 'C' that input a number and print its factorial.
12. WAP on 'C' that input a number and print either the number is prime or not.
13. . WAP on 'C' that input a number either its Armstrong or not.
15. WAP on 'C' that input two numbers and print their GCD.
a). * b). * * * *
* * * * *
* * * * *
* * * * *
17. WAP on 'C' that input a number and print sum of digits.
18. WAP on 'C' that input two numbers and swap it without using third variable.
19. WAP on 'C' that input two numbers and swap it using third variable.
20. WAP to Reverse a Number.