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

To generate the series 1+3+5+7+... using C program

18 Answers  


how to convert decimal to binary in c using while loop without using array

50 Answers   Apple, Aptech, Arwen Tech, BCS, C2D Software, CEC,


what is syntax error?

3 Answers  


who was the present cheif governor of reserve bank of india

6 Answers   State Bank Of India SBI,


void main() { int i=1; printf("%d%d%d",i,++i,i++); } Cau u say the output....?

24 Answers   HCL,






wap for bubble sort

3 Answers  


Write a c-programe that input one number of four digits and find digits sum?

2 Answers  


How to develop a program using C language to convert 8-bit binary values to decimals. TQ

1 Answers   Amazon,


void main() { for(int i=0;i<5;i++); printf("%d",i); } What is the output?..

32 Answers   College School Exams Tests, CTS, HCL, iGate, SmartData,


char* f() return "hello:"; void main() {char *str=f(); }

1 Answers  


Display this kind of output on screen. 1 0 1 1 0 1 3. Display this kind of output on screen. 1 1 0 1 0 1 4. Display this kind of output on screen. 1 1 0 1 0 1 5.Display this kind of output on screen. 1 2 3 4 5 6 7 8 9 10

1 Answers  


#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,


Categories