Answer Posted / nashiinformaticssolutions
A data structure is a type of storage format that specifies how information is arranged, saved, and worked with.
Trees, graphs, and arrays are a few well-known data structures.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a pointer variable in c language?
What are the advantages of using linked list for tree construction?
How can you check to see whether a symbol is defined?
Why c is called object oriented language?
What is pointer & why it is used?
What is the use of volatile?
Explain the use of keyword 'register' with respect to variables.
How can you convert integers to binary or hexadecimal?
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 the general form of #line preprocessor?
Explain how can I make sure that my program is the only one accessing a file?
What is pointer to pointer in c?
What are the string functions? List some string functions available in c.
5 Write an Algorithm to find the maximum and minimum items in a set of ānā element.
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above