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 static and volatile in c?
Write a program in C to print the alphabets in order as on a mobile phone.i.e:When 2 is pressed once 'a' prints and if it is pressed two times 'b' prints and so on.we have to print all the alphabets as on mobile phone like this.
What is the difference between memcpy and memmove?
Find MAXIMUM of three distinct integers using a single C statement
#‎include‬<stdio.h> void main() { int i; for(i=5;0;i++) { printf("%d",i); } }
How can I do serial ("comm") port I/O?
WRITE A C PROGRAM FOR PRINT "RHOMBUS" STRUCTURE . Example: Enter the numbers :3 * * * * * * * *
What are the primitive data types in c?
What is the purpose of the code, and is there any problem with it? unsigned int f( unsigned n ) { return –n & 7; }
What has to put when we are inserting as assembly language code into the C code? or When we are inserting as assembly language code into the C code we have to insert one thing at the start and of the assembly language. What are they?
Explain what is the difference between declaring a variable and defining a variable?
what is d pitfalls of registers variables