what is syntax error?

Answers were Sorted based on User's Feedback



what is syntax error?..

Answer / arun

syntax error is a compile time error. when a code does not
follow all the predefined syntax. then such error was occured

Is This Answer Correct ?    7 Yes 0 No

what is syntax error?..

Answer / deepti khanna

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

Is This Answer Correct ?    3 Yes 0 No

what is syntax error?..

Answer / abhishek rajput

Its a compile time error
that occurs whenever
we does not follow the
predefined rules and
misplaces the symbols
like brackets, semi
colon, colon etc..

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C C++ Errors Interview Questions

wap for bubble sort

3 Answers  


what is exceptions?

5 Answers   HCL, Wipro,


what is macro in c? Difference between single linked list & double linked list what is fifo & lifo? what is stack & queue?

2 Answers   TCS,


who was the present cheif governor of reserve bank of india

6 Answers   State Bank Of India SBI,


Given that two int variables, total and amount, have been declared, write a loop that reads integers into amount and adds all the non-negative values into total. The loop terminates when a value less than 0 is read into amount. Don't forget to initialize total to 0. Instructor's notes: This problem requires either a while or a do-while loop.

3 Answers  






difference between c/c++ programing language? what is necessesity of c++ when existing c programing language?

2 Answers   TCS,


#include<>stdio.h> #include<>conio.h> { printf("hello"); void main() getch(); } what the out put of this program and why ......plz clear my answer

10 Answers   Wipro,


What is probability to guarantee that the task a programmer is going to create will be created and be able to run on a particular system (RTOS/GPOS).

0 Answers  


How to convert hexadecimal to binary using c language..

1 Answers   Bajaj, GAIL, Satyam, Zenqa,


void main() { int i=7; printf("N= %*d",i,i); }

6 Answers   HCL,


full c programming error question based problem

3 Answers   HCL, TCS,


what is syntax error?

3 Answers  


Categories