• Home
  • Interview Questions
  • Online Quiz Tests
  • Blog
  • Contact Us

Global Guideline - Interviewer and Interviewee Guide

Links
  • Home
  • Interview Questions
  • Online Quiz Tests
  • Blog
  • Contact Us
  1. Interviews
  2. Technology Errors
  3. C C++ Errors

C C++ Errors Question:

What is syntax error?

C C++ Errors Interview Question
C C++ Errors Interview Question

Answer:

synatx error is a compile type error. it will occur when
the programmer doesnot follow the standard rules or
syntax of programming.


Previous QuestionNext Question
void main()
{
int i=5,y=3,z=2,ans;
clrscr();
printf("%d",++i + --z + i++ + --i * ++y);
i=5,y=3,z=2;
ans=++i + --z + i++ + --i * ++y;
printf("n%d",ans);
getch();
}

Its output is 37 and 31....
Please explain me why its different
How it works?
What is meant for variable not found?

Interview Categories:

    • C C++ Errors
    • Database Errors
    • DotNet Errors
    • ERRORS
    • MySQL Errors
    • Oracle Errors
    • Scripts Errors
    • SQLServer Errors

Most Popular Quiz Categories:

Java AWT And SwingHTMLSQLOOAD (Object Oriented Analysis and Design)SAT (Scholastic Aptitude Test) Sentence CorrectionBiology Aptitude TestStatistics Aptitude TestNetworkingChemistry Aptitude TestManagement

Most Popular Interviews

  • Business and Economy
  • Networking
  • Computer Programming
  • Operating System
  • Computer Hardware

Most Popular Quizzes

  • Information Technology
  • Networking
  • Engineering
  • Accounting
  • Java

Keep in touch with us

 

Copyright © 2007 - globalguideline.com

all rights reserved.
  • About Us
  • Contact Us
  • Blog
  • Terms of use
  • Privacy Policy