ECE :: Microprocessors
-
The memory segment registers in 8086 are denoted by
-
Which of these are allowed in Basic?
-
Consider the following expressions in Java
int a, b, c,
a = 40;
b = a++ ;
c = ++a ;
Now the values of a, b, c are -
Which of the following is not correct in C?
-
Which of the following integer expressions is incorrect in Pascal?