A compiler defines nibbles, characters, int and long int. Consider the following program:
Nibble x=3;
Character y=4;
Integer z=0;
Construct the assembly language sequence to perform the following operation, what will be the output? z = (y/-x++);
Answers
Answered by
1
Answer:
a compiler defines nibbles , characters , int and long int .
Similar questions