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
Can you apply link and association interchangeably?
What is the difference between far and near ?
Explain Function Pointer?
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
Why is this loop always executing once?
How do you convert strings to numbers in C?
List the difference between a 'copy constructor' and a 'assignment operator' in C?
How can a number be converted to a string?
Explain what will the preprocessor do for a program?
How can I implement a delay, or time a users response, with sub-second resolution?
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
Explain 'bus error'?
What is the difference between volatile and const volatile?
Mention four important string handling functions in c languages .
How many identifiers are there in c?