Syntax Error in C++

Views:
 
Category: Education
     
 

Presentation Description

An example to show a syntax error type, How it debugged and corrected in TURBO C++ software editor.

Comments

Presentation Transcript

Slide 1: 

Process of DEBUGGING in C++ K NOWLEDGE M ART

Slide 2: 

Syntax Error Logical Error Run-Time Error Computer Programming Language C++ Types of Error in

Slide 3: 

SYNTAX ERROR Error made in the spelling of some commands of a programming language 2. Error in using those variable which not defined before Calling it in the program 3. Error in using those functions, without including the header file in which the function is designed. 4. Error in using those USER DEFINED FUNCTION which not Defined OR Declared before calling it . 5. Syntax Error is also shown when certain RULES of Programming Language is not followed