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
What is the function of this pointer?
0 Answers Agilent, ZS Associates,
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
What is the difference between single charater constant and string constant?
How many bytes is a struct in c?
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?
Is it acceptable to declare/define a variable in a c header?
Q.11 Generate the following pattern using code in any language(c/c++/java) for n no. of rows 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
Write a C++ program to give the number of days in each month according to what the user entered. example: the user enters June the program must count number of days from January up to June
What is class and object in c?
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
What is indirection? How many levels of pointers can you have?