cbsenotes • 2017-08-31
C++ PracticalPointer Handling Snippet-12Swap Integers Using Pointers Question: Write a function using pointers to swap two integers. * Answer: // Question: Write a program using poin
cbsenotes • 2017-08-27
C++ PracticalString Processing Snippet-11Sub-String Handling Question: Write a substr() that will scan a string for the occurrence of a given sub-string The prototype of the function would
cbsenotes • 2017-08-19
C++ PracticalBinary File Processing Snippet-10Copy Records Question: Given a binary file TELEPHON.DAT- containing records of the following class Directory class Directory { &
cbsenotes • 2017-08-12
C++ PracticalText File Processing Snippet-9Count A Particular Word Question : Write a function in C++ to print the count of the word "is" as an independent word in a text file DIALOG.
cbsenotes • 2017-08-02
C++ PracticalClass Design and Binary File Handling Snippet-7 Question : Write a program in c++ to create a binary file and write objects of class BOOK to it and display them on screen after