A stack can be implemented only using array?if not what is used?

Answer Posted / bharat chandra

stack can implemented by Array(static)format and linked
lised (dynamic)formated.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a C program to help a HiFi’s Restaurant automate its breakfast billing system. Your assignment should implement the following items: a. Show the customer the different breakfast items offered by the HiFi’s Restaurant. b. Allow the customer to select more than one item from the menu. c. Calculate and print the bill to the customer. d. Produce a report to present your complete program and show more sample output. Assume that the HiFi’s Restaurant offers the following breakfast menu: Plain Egg $2.50 Bacon and Egg $3.45 Muffin $2.20 French Toast $2.95 Fruit Basket $3.45 Cereal $0.70 Coffee $1.50 Tea $1.80

2845


Do you know what are bitwise shift operators in c programming?

828


What is %g in c?

831


Differentiate between ordinary variable and pointer in c.

855


When was c language developed?

916


if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0

1706


Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon

5700


What is a void pointer in c?

837


How can I change their mode to binary?

897


What is far pointer in c?

1008


What is use of pointer?

780


Why main is used in c?

823


When we use void main and int main?

815


What is #define size in c?

855


Explain what are reserved words?

841