Recent questions tagged placement-questions

2 votes
2 answers
2
Given an array of $n$ elements find the maximum continuous sum in it. For example consider the below array of $n=6$.23 4 -10 2 15 1Answer is 35.
1 votes
0 answers
3
Write an object oriented code for representing boolean expressions and then a function for checking the equivalence of two boolean expressions.
0 votes
0 answers
4
Given an arithmetic expression involving *, + only write an object oriented code for its representation and evaluation
0 votes
2 answers
5
Write a function (proper programming code) for multiplying two integers without using '*' operator and considering all corner cases.
1 votes
4 answers
6
Given an input string of length $n$, find the maximum length of the substring containing maximum $k$ unique characters. For example, for "abbcdaadcd" and $k=2$ answer wil...
4 votes
2 answers
8
The information about an array used in program will be stored inSymbol TableActivation RecordBoth (A) and (B)Dope Vector
2 votes
1 answer
11
To see more, click for the full list of questions or popular tags.