Search results for zeal

5 votes
2 answers
4
What will be the output of the following code? _______ #include <stdio.h int main(){ char val=250; int ans; ans= val+ !val + ~val + ++val; printf("%d", ans); return 0; }
0 votes
1 answer
5
Is the simplification that I have encircled, done right? because according to negation law (r ∨ ¬ r) ≡ T.
0 votes
1 answer
6
A network with bandwidth of 10 Mbps (10^7bps) can pass only an average of 12000 frames per minute with each frame carrying an average of 10000 bits .what is the throughpu...
0 votes
1 answer
7
And what will be the answer using operand forwarding ?
1 votes
1 answer
8
int i,j,k,s=0; for(i=1; i<=n; i++) { for(j=1 ; j<=i; j=j*2) { for(k=n; k>1;k=k/2) { s++; } } }What will be the time complexity of the above code?
0 votes
2 answers
9
What is smallest negative value expressed in 8 bit 2 complement from that when added to itself, the sum causes an overflow?
2 votes
2 answers
11
Can anyone help in solving the question 105 to 109.I don't have answer key I want to confirm my answer ...i will update my answer in the comments.
0 votes
1 answer
12
Isn’t the “No of independent rows”= RAnk of matrix?
3 votes
0 answers
13
Let $G=(V,E)$ where $V=\left \{ 1,2,3,4,.....,150\right \}$ and $(u,v) \in E$ if either $(u mod v) =0$ or $(v mod u)=0$.The Chromatic number of G is ?
0 votes
1 answer
14
Min number of register needed for this program without spilling ?
0 votes
1 answer
16
Options:10, 12,14, 16, 18, 2020, 18, 16, 14, 12, 1012, 10, 16, 14, 20, 18NONE
0 votes
1 answer
17
What should be the answer?
0 votes
2 answers
18
I’m getting 2 as the answer, but the correct one given by them is 5.Somebody please confirm.
0 votes
1 answer
19
0 votes
2 answers
20