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 function that will take in a phone number and output all possible alphabetical combinations
Can you add pointers together? Why would you?
i want to know the procedure of qualcomm for getting a job through offcampus
what is the structure pointer?
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?
What is void main () in c?
What does typedef struct mean?
How many bytes are occupied by near, far and huge pointers (dos)?
How can I read in an object file and jump to locations in it?
write a program to generate address labels using structures?
Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.
What does %c mean in c?
How does free() know explain how much memory to release?
How can I find the modification date of a file?
What is a c token and types of c tokens?