Computer Science, asked by dipikumari863, 4 months ago

how can we control code blocks?​

Answers

Answered by HMChaudry1592
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