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 the other ways to find a logic to print whether a number is an even or odd wit out using % symbol??????? i know three different ways to print it. so i need any other different logic>>>>>

5 Answers   TCS,


FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above

0 Answers  


What is c system32 taskhostw exe?

0 Answers  


int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer

0 Answers  


WHAT IS MAXIMUM SIZE OF AN ARRAY IN C LANGUAGE?

8 Answers   Carphone Warehouse, IBM, SAS,






Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.

0 Answers  


What is a newline escape sequence?

0 Answers  


what will be the output: main(){char ch;int a=10;printf("%d",ch);}

36 Answers   Accenture, TCS, Wipro,


What are the advantages and disadvantages of c language?

0 Answers  


main() { printf("hello"); fork(); }

0 Answers   Wilco,


What is the equivalent code of the following statement in WHILE LOOP format?

0 Answers  


What is LINKED LIST? How can you access the last element in a linked list?

0 Answers   ADP,


Categories