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
can any one provide me the notes of data structure for ignou cs-62 paper
What is sizeof in c?
Write a main() program that calls this function at least 10 times. Try implementing this function in two different ways. First, use an external variable to store the count. Second, use a local variable. Which is more appropriate?
main() { int x=2, y=4 if ((x==2||y==4) x++ y++ if (y==4+1) { x=x+y; } y++; printf("The values of x and y are %d and %d."x,y); } What is the output?
. Explain the differences between fork() and exec() in C
What are the 3 types of structures?
How do you write a program which produces its own source code as its output?
Is it possible to pass an entire structure to functions?
What is enumerated data type in c?
What is I ++ in c programming?
while running a program, i got the msg that press return key to exit.what that mean in C as there are no such options as far i know.
Explain what happens if you free a pointer twice?