Current Papers
CS201 - CS201
29 Jul 2026
Time: 10:00 am, objective: 1. which is destination stream. 2. Stream is ______ of bytes. 3. which operator is used to deallocate the memory? 4. delete operator right way to write. delete[] ptr; …
Time: 10:00 am, objective: 1. which is destination stream. 2. Stream is ______ of bytes. 3. which operator is used to deallocate the memory? 4. delete operator right way to write. delete[] ptr; 5. STL stand for (standard template libarary) lec#42 6. stdlib.h is used for 7. Which library/header is used for file handling in C++? 8. Which function used for reading files 9. static data member take static memory to hold its value,not in stack. 10. right shift>> use for 0101 ,which becomes: 1010. 11. destructor cannot be overloaded,no arguments,no return type 12. destructor is represent by:~display() 13. if both classes declare each other as friends, it is called a two-way friendship relationship. 14. malloc() and calloc() which library use? 15. template correct way of writin