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

Can you please explain the scope of static variables?

819


Is boolean a datatype in c?

777


What are compound statements?

862


What is the use of header files?

843


write a program to copy the string using switch case?

2644


What is the size of empty structure in c?

822


Why c is called object oriented language?

831


What is the use of extern in c?

858


With the help of using classes, write a program to add two numbers.

856


What is the use of bit field?

900


What is a function simple definition?

863


What is the stack in c?

901


Is main is user defined function?

876


Given below are three different ways to print the character for ASCII code 88. Which is the correct way1) char c = 88; cout << c << " ";2) cout.put(88);3) cout << char(88) << " "; a) 1 b) 2 c) 3 d) constant

926


What does %d do?

968