A stack can be implemented only using array?if not what is used?
Answers were Sorted based on User's Feedback
stack is not always implemented using array's , it can also
be implemented through linked lists in DATA STRUCTURES,,,
| Is This Answer Correct ? | 11 Yes | 0 No |
Answer / bharat chandra
stack can implemented by Array(static)format and linked
lised (dynamic)formated.
| Is This Answer Correct ? | 0 Yes | 0 No |
c program to manipulate x=1+3+5+...+n using recursion
If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..
what is the difference between class and unio?
In a byte, what is the maximum decimal number that you can accommodate?
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.
What are conditional operators in C?
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
can we declare a variable in different scopes with different data types? answer in detail
How do you use a 'Local Block'?
main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above
How do we select the big element or any other operation from array which is read dynamically. user need to give the elements only no need to mention the size.
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above