SaiPraveen's Site

SaiPraveen Dhulipalla

Tasks given on 26-04-19.

1. Create a small dll in windows which has two functions, nth prime and given sum and product find the two numbers. 2. Create an executable which would load the dll and invoke those functions and print the result for the given input. 3. Repeat the abov...

Questions to be checked for email encryption.

1. How to bypass the mail from going to its mail server? 2. Bypassed mail should reach the bridge we are constructing but how? 3. What does the bridge compose of? and how will it receive the text from the mail we send? 4. How to apply encryption on tha...

Discussion(08-02-2019)

1.Write a function n power n and use this in n power n algorithm2.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 prime4. Write a factorial f...