What I do is just Play casual act like they did something and then when they say they didn’t just say oh OK sorry for blaming you and then you guys will start getting to know each other
Hey there,
The answer is <span>tracert.
Hope this helps :))
~Top
</span>
Answer:
error: incompatible types
Explanation:
Given
The attached code
Required
The output
Variable "a" is declared as float
While p is declared as a pointer to an integer variable
An error of incompatible types will be returned on line 3, <em>int *p = a;</em>
Because the variables are not the same.
To assign a to p*, we have to use type casting.
Hence, (b) is correct
Answer:
(c) 16
Explanation:
An opcode is the short form for operation code which is also called instruction code. This code forms part of the instructions (instruction set) executed by the computer and it tells the computer the actual operation to be performed. The size of the opcode is the number of bits occupied by it. It is related to the instruction set size as follows;
2ˣ = I ----------------(i)
Where;
x = opcode size or bit
I = maximum or total number of instructions allowed
From the question,
x = 4 bits.
Substitute this value into equation (i) as follows;
2⁴ = I
I = 16.
Therefore, the maximum number of instructions allowed in your instruction set or your PROM - Programmable read-only memory - is 16
A. yes
!= means not equal, so if you substitute, you get if(5 is not equal to 7), which renders True and executes