Evaluate the following prefix expression " ++ 26 + - 1324"
Answer Posted / bharath
aqmbiguity here
is it 1324 or 2 dgits is a no. like 12 2 4 or may be 1 32 4
and so on.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
How to do the intersection of two sorted arrays?
Is python good for freshers?
What is time complexity of hashmap?
What is difference between rb tree and avl tree?
Does concat mutate array?
How to find if linked list has loop?
Define a binary tree?
What are the difference between malloc() and calloc()?
What is bitonic search?
What is the meaning of anonymous array? Explain with an example?
How will you sort the elements of array in descending order?
Which data structure is used in arraylist?
What are the disadvantages array implementations of linked list?
What is data structure? Explain.
Now you are given an array of a characters (both ASCII and Kanji) and, an index into the array. The index points to the start of some character. Now you need to write a function to do a backspace (i.e. delete the character before the given index).