Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


show how link list can be used to repersent the following
polynomial
i) 5x+2



show how link list can be used to repersent the following polynomial i) 5x+2..

Answer / Priyanka Gautam

A linked list representation of the polynomial 5x + 2 consists of two nodes. The first node (head) contains a coefficient of 0, and a pointer to the next node. The second node contains a coefficient of 5 and a pointer to null as there is no subsequent term in the polynomial.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

what is use#in c

3 Answers  


differnce between do and do while

3 Answers   DOEACC,


pick out the odd one out of the following a.malloc() b.calloc() c.free() d.realloc()

2 Answers   TCS, ZenQ,


What is the value of h?

1 Answers  


Suppose we have a table name EMP as below. We want to perform a operation in which, I want to change name ‘SMITH’ from as ‘SMITH JAIN’. Also I want to change the name of the column from ENAME to E_NAME. EMPNO ENAME JOB MGR HIREDATE SAL 7369 SMITH Coder 7902 17-DEC-80 800 7499 ALLEN SALESMAN 7698 20-FEB-81 1600 7521 WARD SALESMAN 7698 22-FEB-81 1250

1 Answers  


Explain #pragma statements.

1 Answers  


write a program to print the one dimensional array.

1 Answers  


Tell us bitwise shift operators?

1 Answers  


I heard that you have to include stdio.h before calling printf. Why?

1 Answers  


Explain the bubble sort algorithm.

1 Answers  


what is the difference between #include<> and #include”…”?

5 Answers  


Write a C program in Fibonacci series.

1 Answers   iNautix,


Categories