0 votes
1 answer
1
Is this statement correct? " Demad paging can bring entire process into memory at load time"How it is correct? If it is, then anybody can explain it please.
2 votes
1 answer
2
int a = 50, b = 50;a = a+++++b;b = b+++++a; Value of b after executing these .I think it should be undefined behaviour. But in answer it is given 155. Can anybody verify ...
0 votes
0 answers
3
How Directed acyclic graph would be constructed for this instruction?b[j] = a ;
0 votes
1 answer
7
Is the language L = {a^nb^m: n = m or n = m + 2} deterministic? Please anybody can clarify it.