Category: class12 computerScience

CBSE Class 10 - C++ Practical Pointer Handling Snippet-12 Swap Integers Using Pointers (#cbseNotes)

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

CBSE Notes

CBSE Class 12 - Computer Science - C++ Practical String Processing Snippet-11 Sub-String Handling (#cbseNotes)

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

CBSE Notes

CBSE Class 12 - Computer Science - C++ Practical Binary File Processing Snippet-10 Copy Records (#cbseNotes)

C++ PracticalBinary File Processing Snippet-10Copy Records Question: Given a binary file TELEPHON.DAT- containing records of the following class Directory class Directory { &

CBSE Notes

C++ Practical Text File Processing Snippet-9 - Count A Particular Word (#cbseNotes)

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.

CBSE Notes

CBSE Class 12 - C++ Practical Class Design and Binary File Handling - Snippet-7 (#cbseNotes)

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

CBSE Notes

Video