Answer Posted / ravi joshi
Linked list is a data structure where data is logically
viewed as contiguous and helps user in systematically
storing and retrieving the data.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How can you check to see whether a symbol is defined?
What is the benefit of using an enum rather than a #define constant?
When is a “switch” statement preferable over an “if” statement?
How can I trap or ignore keyboard interrupts like control-c?
Function calling procedures? and their differences? Why should one go for Call by Reference?
Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.
What is %lu in c?
What is indirection? How many levels of pointers can you have?
What does sizeof return c?
What is string length in c?
What is the difference between pure virtual function and virtual function?
What type of function is main ()?
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
What are types of preprocessor in c?
How do we print only part of a string in c?