Thread: C Beginner
View Single Post
DRK
Light Poster
16Apr2012,14:11  
DRK's Avatar
1. Every programming language has its specific syntax. You cannot simply write mathematical expression, it is required to use some symbols called operators.
2. You have to assign value to x before you evaluate polynomial.