6. Write a function that tests whether a string is a palindrome.( R Programming )
Friday, November 13, 2020
5. Write a function that computes the running total of a list.( R Programming )
5. Write a function that computes the running total of a list.( R Programming )
3. Write a program that prints a multiplication table for numbers up to 12.( R Programming )
3. Write a program that prints a multiplication table for numbers up to 12.( R Programming )
2. Write a program that asks the user for a number n and prints the sum of the numbers 1 to n. ( R Programming )
2. Write a program that asks the user for a number n and prints the sum of the numbers 1 to n. ( R Programming )
1. Write a program that prints ‗Hello World‘ to the screen. ( R Programming )
1. Write a program that prints ‗Hello World‘ to the screen.
Thursday, November 12, 2020
C++ question set (Balagurusamy)
CHAPTER 13
1. exception.
2. exception handling,
3. try , catch
4. multiple catch statement.
5. catch all exceptions.
6. rethrowing an exception.
7. specifying exceptions.
8. exceptions in constructors and destructors.
C++ question set (Balagurusamy)
CHAPTER 12
1. class template,class template with multiple parameters.
2. function template.
3. overloading template function.
C++ question set (Balagurusamy)
CHAPTER 15
1. creating string objects.
2. manipulating string objects.
3. relational operator overloading of relational operators