UrbanPro

Learn C++ Language from the Best Tutors

  • Affordable fees
  • 1-1 or Group class
  • Flexible Timings
  • Verified Tutors

Search in

What is the syntex error?

Asked by Last Modified  

Follow 2
Answer

Please enter your answer

Teacher

A syntax error is a violation of the syntax, or grammatical rules, of a natural language or a programming language. ... A syntax error is called a fatal compilation error, because the compiler cannot translate a C++ program into executable code if even one syntax error is present.
Comments

Professional with 10+ years of experience. Expert in teaching C, Java, Python, Data Structures

Syntax error is some thing like grammatical mistakes which we come across while learning ENGLISH language. The same way C/ C++ or any programming language has certain predefined set of rules, if our program doesn't comply to that rules, then we will get syntax error. For example if you miss a semi...
read more
Syntax error is some thing like grammatical mistakes which we come across while learning ENGLISH language. The same way C/ C++ or any programming language has certain predefined set of rules, if our program doesn't comply to that rules, then we will get syntax error. For example if you miss a semi colon after the end of printf or cout then it throws syntax error. As in C/ C++ compiler it is defined that printf or cout has to end with semi colon. The same way if we miss quotation marks in printf or cout or parenthesis in if condition ( or in while,for loops) the syntax error is thrown as it is violating C/C++ grammar. read less
Comments

Tutor

in which you mispell the correct command not write it properly
Comments

Syntax error means you have made typo in program somewhere and the platform doesn't find the proper way to execute it. Different languages have their different rules to write or develop a program in that language and you have to follow those rules
Comments

when u compile your program after you ginish writing ur code , then compiler compiles your code ( program ) & generates compile time errors that is the errors which binders compilation of your code to generate executable code i.e machine code. Syntax error is one of it where programer voilates programing...
read more
when u compile your program after you ginish writing ur code , then compiler compiles your code ( program ) & generates compile time errors that is the errors which binders compilation of your code to generate executable code i.e machine code. Syntax error is one of it where programer voilates programing rule of writing a code like semicolon at end of statement is missing, missing or extra curly braces, use of curly brace instead of square bracket during array indexing etc. ur program will not go to next level i.e execution untill you rectify such errors. read less
Comments

Expert Technical Trainer with 15 years of work experience

Syntax errors occur in computer programming languages which are similar to grammatical errors in common human readable languages
Comments

Virtual Assistant

Syntax nothing but a standard rule given by programming language.If we not following the rule than it doesn't understand what we trying to communicate with a computer.example for syntax errors SEMI COLON MISSING...etc
Comments

syntax error occur when we don't follow rule of any language. These errors are shown by the compiler. Example: No use of semicolon, missing braces, etc
Comments

M.Tech (IT)-Pursuing B.E(IT)-Mumbai CCNA,CCNP Functional Testing

The way you represent or write your code considered as default code. Whenever you need to write same methods or anything that inherits the default or base code, must match the semantics of already defined base code, anything that mismatch with base code writing style will results in a syntax error.
Comments

Computer Teacher

Syntax error means you missing some token or function. Like in c language you not enter semicolon at the end of sentence, then it gives syntax error.
Comments

View 44 more Answers

Related Questions

What is the difference between class and structure?
Basic difference between class and structure is that Structures are used to store data and a class defined both data and the functions that access that data.
Aparna
0 0
8
What is a C++ identifier?
The C++ identifier is a name used to identify a variable, function, class, module, or any other user-defined item. An identifier starts with a letter A to Z or a to z or an underscore (_) followed by zero...
T.v.
0 0
6
What are the advantages of OOPL?
Object-Oriented Programming has the following advantages over conventional approaches: 1: OOP provides a clear modular structure for programs which makes it good for defining abstract datatypes where...
Mohan
3 0
6
What is called 'nested loops' in C++?
These are those loops in which one loop executes inside another loop. For example for loop for(int i=1,i=10,i++) { for(int j=1, j<=i,j++) { } } the second loop is the nested for loop.
Harikrishnan
what is constructor ?
Constructor is a special method which invoke automatically as instance created.
Avnish

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

Swapping Two Numbers
Q. Swap two numbers using the following function. Complete the function. You won't be allowed to use a temporary variable to swap the two numbers. void swap ( ... ) { /* Swap code goes here */ } ...

Interview Questions
(1) What is the output of below program: For(char i = 0; i<256; i++)Printf(“%d\n”,i); Modify above program so that it can prints number from 0 to 255. (2) Consider on following declaration: (i)...

Implicit Typecasting & Explicit Typecasting
In C++ it is possible to cast child class reference variable to parent class Reference. When ever we are Converting a derived-class reference or pointer to a base-class reference or pointer is called...

Creating a class in c++
Introduction Before we proceed with understanding as to how to create a class in c++, we need to first understand the what is a class. Definition : A class is a container of related data and methods...
M

Mahesh C

0 0
0

What is Abstraction?
In theortical terms, abstraction is: Hiding details from the outer world. Providing only essential details to outer world. C++ provide ways to hide details using access specifiers: public, protected...

Recommended Articles

Introduction C++ is an excellent programming language and many of the applications are written in C++ language. It has generic, object-oriented & imperative programming features, and also provides facilities for low-level memory manipulation. Successor of C language, it is an OOP (object oriented programming) language...

Read full article >

Microsoft Excel is an electronic spreadsheet tool which is commonly used for financial and statistical data processing. It has been developed by Microsoft and forms a major component of the widely used Microsoft Office. From individual users to the top IT companies, Excel is used worldwide. Excel is one of the most important...

Read full article >

Whether it was the Internet Era of 90s or the Big Data Era of today, Information Technology (IT) has given birth to several lucrative career options for many. Though there will not be a “significant" increase in demand for IT professionals in 2014 as compared to 2013, a “steady” demand for IT professionals is rest assured...

Read full article >

Almost all of us, inside the pocket, bag or on the table have a mobile phone, out of which 90% of us have a smartphone. The technology is advancing rapidly. When it comes to mobile phones, people today want much more than just making phone calls and playing games on the go. People now want instant access to all their business...

Read full article >

Looking for C++ Language Classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you
X

Looking for C++ Language Classes?

The best tutors for C++ Language Classes are on UrbanPro

  • Select the best Tutor
  • Book & Attend a Free Demo
  • Pay and start Learning

Learn C++ Language with the Best Tutors

The best Tutors for C++ Language Classes are on UrbanPro

This website uses cookies

We use cookies to improve user experience. Choose what cookies you allow us to use. You can read more about our Cookie Policy in our Privacy Policy

Accept All
Decline All

UrbanPro.com is India's largest network of most trusted tutors and institutes. Over 55 lakh students rely on UrbanPro.com, to fulfill their learning requirements across 1,000+ categories. Using UrbanPro.com, parents, and students can compare multiple Tutors and Institutes and choose the one that best suits their requirements. More than 7.5 lakh verified Tutors and Institutes are helping millions of students every day and growing their tutoring business on UrbanPro.com. Whether you are looking for a tutor to learn mathematics, a German language trainer to brush up your German language skills or an institute to upgrade your IT skills, we have got the best selection of Tutors and Training Institutes for you. Read more