cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
how to take polynomial values from user?
how to take polynomial values from user?
Jun 17, 2012 at 8:39pm UTC
atif1512
(6)
How to solve polynomial values in c.I want to add polynomial values like(2X^3+X^2)
if i need to add them how i can start and take value by user?
Jun 17, 2012 at 9:51pm UTC
vlad from moscow
(6539)
You can use standard function scanf declared in stdlib.h
Jun 18, 2012 at 5:59pm UTC
atif1512
(6)
if user give as a input ( 2X^3+2X^2+X^2.......+X^n ) of polynomial funcation and then program take value of x and then solved it...I have a problem in only once how i can take full polynomial funcation as a input???
Topic archived. No new replies allowed.