A stack can be implemented only using array?if not what is used?
Answer Posted / vignesh1988i
stack is not always implemented using array's , it can also
be implemented through linked lists in DATA STRUCTURES,,,
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
How can you find out how much memory is available?
What is the auto keyword good for?
When c language was developed?
Give basis knowledge of web designing ...
What functions are used in dynamic memory allocation in c?
What is type qualifiers?
A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
C language questions for civil engineering
how to count no of words,characters,lines in a paragraph.
What are the functions to open and close the file in c language?
What is hash table in c?
What is difference between structure and union?
What is indirection?
How can I find out if there are characters available for reading?