Answer Posted / hr@tgksolutions.com
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
Why is event driven programming or procedural programming, better within specific scenario?
What was noalias and what ever happened to it?
Explain zero based addressing.
please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics
Can we assign string to char pointer?
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
Are there any problems with performing mathematical operations on different variable types?
Explain how does flowchart help in writing a program?
What header files do I need in order to define the standard library functions I use?
How many types of functions are there in c?
Difference between goto, long jmp() and setjmp()?
How old is c programming language?
Can main () be called recursively?
what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555
If the size of int data type is two bytes, what is the range of signed int data type?