0 votes
64
1 votes
65
0 votes
66
0 votes
67
Q15 I am having confusion regarding indirect bit(mode bit) .Are mode bit used in deciding number of operations possible?
0 votes
68
Joins and Cross products are associative or commutative?
0 votes
69
consider the following grammar productionS->XXX->0X|1In the canonical LR method if [X->0•X,0] is an item then which of the following is the viable prefix of the item?a)...
4 votes
71
would the following program give compilation error or warning? <yes/no>main() { float i=10, *j; void *k; k=&i; j=k; printf("\n%f",*j);}
0 votes
73
Set of all lexical error produced by compiler is regular or not. I think it is regular,beacuse it should be finite. Plz explain if anything else.