Is double link list a linear data structure? If Yes, Why?If
No, Why?
Answer Posted / anil kumar
no,,because in doublelinked list the data is stored
dynamically,we can't acces a data directly without knowing
its base address
| Is This Answer Correct ? | 1 Yes | 7 No |
Post New Answer View All Answers
what are bit fields in c?
What is an expression?
Is it fine to write void main () or main () in c?
1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if
Tell me when would you use a pointer to a function?
What is a c token and types of c tokens?
what is different between auto and local static? why should we use local static?
Where in memory are my variables stored?
What are global variables and explain how do you declare them?
What is structure in c language?
general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only
Is stack a keyword in c?
What is the most efficient way to store flag values?
What is difference between far and near pointers?
Explain how can type-insensitive macros be created?