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


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

Post New Answer

More C Interview Questions

What is key word in c language?

4 Answers   ABC,


marge linklist

0 Answers   HCL,


What does return 1 means in c?

0 Answers  


What is the output of the following progarm? #include<stdio.h> main( ) { int x,y=10; x=4; y=fact(x); printf(ā€œ%d\nā€,y); } unsigned int fact(int x) { return(x*fact(x-1)); } A. 24 B. 10 C. 4 D. none

2 Answers  


a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f

0 Answers   TCS,






What character terminates all strings composed of character arrays? 1) 0 2) . 3) END

3 Answers  


What does %p mean?

0 Answers  


what is different between auto and local static? why should we use local static?

0 Answers  


Is javascript based on c?

0 Answers  


What are local variables c?

0 Answers  


without using arithmatic operator solve which number is greater??????????

1 Answers   Accenture,


Is null always defined as 0(zero)?

0 Answers  


Categories