how can we control code blocks?
Answers
Answered by
1
Explanation:
hi
File ⇒ New ⇒ Empty File.
Enter (copy and paste) the following codes: // First C++ program to say Hello #include <iostream> using namespace std; int main() { cout << "Hello, world!" << ...
Build (Compile and Link): Select "Build" menu ⇒ Build (Ctrl-F9).
M#
Similar questions