2 votes
4
10 votes
5
When multiplicand $Y$ is multiplied by multiplier $X = x_{n - 1}x_{n-2} \dots x_0$ using bit-pair recoding in Booth's algorithm, partial products are generated according ...
1 votes
6
#include <stdio.h>int main(){ int i = 3; printf("%d", (++i)++); return 0;}why this is giving compile time error?
0 votes
8
void main() { char *p="cprogramming"; }I know the string literal "cprogramming" is stored in read only data segment. But where will the pointer p be stored, in stack or r...
0 votes
9
The maximum number of arguments that can be passed in a single function are ??
3 votes
11
#IISc2012Research 1>Recurrence relation and worst case time complexity of Merge sort 2 Difference between D&C and Dynamic Programming ?
0 votes
13
Which one of the following options is the closest in meaning to the word given below?PacifyExciteSootheDepleteTire
6 votes
14
Which one of the following options is the closest in meaning to the word given below?LatitudeEligibilityFreedomCoercionMeticulousness
21 votes
15
They were requested not to quarrel with others.Which one of the following options is the closest in meaning to the word quarrel?make outcall outdig outfall out
15 votes
17
A student is required to demonstrate a high level of comprehension of the subject, especially in the social sciences.The word closest in meaning to comprehension isunders...
4 votes
18
Choose the most appropriate word from the options given below to complete the followingsentence.One of his biggest ______ was his ability to forgive.vicevirtueschoicesstr...
0 votes
19
Why c is faster than java.
11 votes
20
85 votes
26
The attribute of three arithmetic operators in some programming language are given below.$$\begin{array}{|c|l|}\hline \textbf{OPERATOR} & \textbf{PRECEDENCE} & \textbf{...
4 votes
27
What's the difference between Binary tree height, level and depth? Sometimes it's confusing!Does there definition change according to question also, if mentioned?
2 votes
29
4 votes
30