Basic

How to Write a Programme Using C++

views

5:51
Each programming language has its own specific rules for writing a program and we have to follow these rules. When we write a program, the first command that we write is include. We use this command to give instructions to the computer regarding which of the libraries provided, need to be used. Almost all of the programs that we write, would need to use the following two libraries.