Basic Syntax Of C++
This is the first Lecture of C++ Language in which we will Discuss about Basic Syntax of C++. In this we will you Visual Studio to Code C++. If You don't have Visual Studio or don't know how use it Then watch our previous video, How To Install Visual Studio. Other option to Code C++ is Dev C++ which is lighter in size.
Watch The Video Below To Understand Basic Syntax of C++.
Watch The Video Below To Understand More Basic Syntax of C++.
The best about our site is that we provide our readers to practice their skills because Practice Puts Brain in Your Muscles. So, Go Ahead and Write a simple C++ program which print your name?
Answer the Following Question to know how much you have learnt?- What does the letter "C" stands for in cout?
- C++
- Console
- Both of The These
- Why does we use semicolon ";"?
- To Get Output
- To End a Line
- To End a Statement
- What will be the output of cout<<;" ";
- " "
- Nothing
- Single Empty Space
- What will be the output of cout<<"2+2";
- "2+2"
- 2+2
- 4
- What does the "endl" do?
- End the Line
- Move the Cursor to the next Line
- Both of These
No comments