What is the description for syntax errors?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What are the difference between a free-standing and a hosted environment?

0 Answers   Infogain,


What is structure padding and packing in c?

0 Answers  


convert 0.9375 to binary

2 Answers   CTS, TANCET,


how many key words availabel in c a) 28 b) 31 c) 32

0 Answers  


what are bitwise shift operators?

4 Answers  


What are the benefits of organizational structure?

0 Answers  


What is the difference between formatted&unformatted i/o functions?

0 Answers  


main() { int i; printf("%d", &i)+1; scanf("%d", i)-1; }

1 Answers  


What is the auto keyword good for?

0 Answers  


f() { int a=2; f1(a++); } f1(int c) { printf("%d", c); } c=?

7 Answers   Geometric Software,


How do I create a directory? How do I remove a directory (and its contents)?

0 Answers  


write a program to sort the elements in a given array in c language

10 Answers   TCS,


Categories