C++ Program
C++ इनस्टॉल करने के बाद मई आपको एक example से समझाना चहता हु तो आप इसके देखे और सीखे |...
Before starting the abcd of C++ language, you need to learn how to write, compile and run the first C++ program.
To write the first C++ program, open the C++ console and write the following code:
#include<iostream.h> includes the standard input output(स्टैण्डर्ड इनपुट आउटपुट ) library functions.
It provides cin and cout methods for reading from input and writing to output respectively.
Comments
Post a Comment