Answer Posted / glibwaresoftsolutions
A linear data structure that executes operations in Last In First Out (LIFO) order is referred to as a stack.
Only the topmost element in a stack can be accessed, followed by the bottom element.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above
What are structural members?
Differentiate between declaring a variable and defining a variable?
what value is returned to operating system after program execution?
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
For what purpose null pointer used?
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??
Explain how can a program be made to print the line number where an error occurs?
What are derived data types in c?
Explain the use of fflush() function?
How is null defined in c?
Write a program to print fibonacci series using recursion?
How many main () function we can have in a project?
What are c header files?
What is volatile variable how do you declare it?