Thursday, November 12, 2020

C++ question set (Balagurusamy)

 CHAPTER 16

1. explicit

2. mutable

3. namespace

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 14

1. containers, iterators, list.


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().