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?
  1. What does the letter "C" stands for in cout?
    1. C++
    2. Console
    3. Both of The These
  2. Why does we use semicolon ";"?
    1. To Get Output
    2. To End a Line
    3. To End a Statement
  3. What will be the output of cout<<;" ";
    1. " "
    2. Nothing
    3. Single Empty Space
  4. What will be the output of cout<<"2+2";
    1. "2+2"
    2. 2+2
    3. 4
  5. What does the "endl" do?
    1. End the Line
    2. Move the Cursor to the next Line
    3. Both of These

No comments

Powered by Blogger.