Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
100 views

Lesson - 03: Basic Structure of C++ Program

This document discusses types of devices including input, output, and input/output devices. It also outlines the basic structure of a C++ program including preprocessor directives, the main() function, and C++ statements terminated with a semicolon. Finally, it lists the three main types of errors as syntax errors, logical errors, and run time errors.
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
100 views

Lesson - 03: Basic Structure of C++ Program

This document discusses types of devices including input, output, and input/output devices. It also outlines the basic structure of a C++ program including preprocessor directives, the main() function, and C++ statements terminated with a semicolon. Finally, it lists the three main types of errors as syntax errors, logical errors, and run time errors.
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Lesson_03

Types of Devices:

1- Input

2- Output 3- Input/output devices

Basic Structure of C++ Program:


1- Preprocessor Directives 2- The main() Function 3- C++ statements a. statement terminator (;)

Types of Error:
Syntax errors Logical errors Run Time errors

You might also like