Discussion(08-02-2019)

1.Write a function n power n and use this in n power n algorithm
2.Check errors while returning variable which is of other data type
3.Write a function isPrime to return 0 when number is prime and return 1 when number is not prime
4. Write a factorial function and implement in algorithm
5.What is a recursive data structure?
6.Try giving different data types for declaration and definition sections and note down the errors
7.Try returning two numbers from a function for the program "Find two numbers from given sum and product"