C++
Write a program that opens two text files and reads theircontents into two separate
queues. The program should then determine whether the files areidentical by comparing the characters in the queues. When twononidentical characters are encountered, the program should displaya message indicating that the files are not the same. If bothqueues contain the same set of characters, a message should bedisplayed indicating that the files are identical.
Expert Answer
An answer will be send to you shortly. . . . .