0 answers
1
how they are equivalent
0 answers
2
plz explain
1 answer
4
1 answer
5
what is the meaning of static single assignment how to solve
0 answers
7
1 answer
8
What will be the output of the following C program?#include<stdio.h int main() { char c = 'A'; int x=5, y=10, res1, res2; res1=c++ || x++ || y; res2 = ++x && c && ++y; p...
1 answer
9
plz help me . how to solve that type of question
0 answers
10
can any one explain how this language is cfl
1 answer
11
how p4 is equivalent this plz explain
1 answer
12
how to solve this type of question plz explain
0 answers
13
how to calculate address in 3D array
1 answer
17
1 answer
18
0 answers
19
Consider this table : Using SRTF policy what is the avg waiting time?given options :$2 \ 3 \ 4 \ 5$I am getting $\Large {\frac{5}{3}} $$\approx 1.67$
1 answer
20
Caption
1 answer
26
0 answers
27
What is the approach to solve this question @TOC??
2 answers
28
6 answers
30
Consider the following grammar$S\rightarrow Aa\mid B $$B\rightarrow a\mid BC$$C \rightarrow a\mid \in$the no of productions in simplified cfg is