3. Write a program that prints a multiplication table for numbers up to 12.( R Programming )
Friday, November 13, 2020
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
C++ question set (Balagurusamy)
CHAPTER 11
1. file stream classes - ifstream, ofstream, fstream.
2. opening and closing a file.
3. EOF.
4. reading character from a file and writing character to a file.
5. reading string from a file and writing string to a file.
6 .reading integer from a file and writing integer to a file.
7. update file,delete file,rename file.
8. command line argument.
C++ question set (Balagurusamy)
CHAPTER 10
1.C++ stream classes.
2. overloading << and >>.
3. put(),get(),getline(),write(),width(),fill().