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
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
Do you know what are bitwise shift operators in c programming?
What is %g in c?
Differentiate between ordinary variable and pointer in c.
When was c language developed?
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon
What is a void pointer in c?
How can I change their mode to binary?
What is far pointer in c?
What is use of pointer?
Why main is used in c?
When we use void main and int main?
What is #define size in c?
Explain what are reserved words?