You are on page 1of 4

Programming Fundamentals

CS-111L
Assignment-01
Submitted to:
Naseer Jan

Submitted by:
Name: M. Bilal Ali
Registration number:
232948
Class & Section:
BS(IT)-2-A
Steps to write C++ Program
1. Step 1:
We have to install any IDE in our Computer or Laptop.
2. Step 2:
Then We have to open any IDE we have installed like I have
installed Dev C++ So I will Use This for Writing a C++ Program. We
Have to Press CTRL+N to create a new cpp File to Write a new
program

3. Step 3:
Now we have to Write a C++ Program that displays a Message of
Hello world.
4. Step 4:
The Output of the written program is displayed below;

Question:
If we don’t use curly braces in the beginning will the program proceed
or not?
Answer:
No If we Don’t Use curly braces in the beginning or at the end of the
program the program will not proceed it shows Error
And if we don’t remove the curly braces then there will be no error.

You might also like