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
Do pointers need to be initialized?
int array[]={1,2,3,4,5,6,7,8}; #define SIZE (sizeof(array)/sizeof(int)) main() { if(-1<=SIZE) printf("1"); else printf("2"); }
Is reference used in C?
how to print this sereis 2 4 3 6 5..........?
Write a program to compute the following 1!+2!+...n!
macros and function are related in what aspect? a)recursion b)varying no of arguments c)hypochecking d)type declaration
12 Answers HCL, Infosys, Microsoft,
What is the mean of function?
string reverse using recursion
What is static and auto variables in c?
What is memory leak in c?
how to write a program which adds two numbers without using semicolon in c
What is the difference between new and malloc functions?