Answer:
The C's malloc and free functions and the C++'s new and delete operators execute similar operations but in different ways and return results.
Explanation:
- The new and delete operators return a fully typed pointer while the malloc and free functions return a void pointer.
-The new and delete operators do not return a null value on failure but the malloc/free functions do.
- The new/delete operator memory is allocated from free store while the malloc/free functions allocate from heap.
- The new/delete operators can add a new memory allocator to help with low memory but the malloc/free functions can't.
- The compiler calculates the size of the new/delete operator array while the malloc/free functions manually calculate array size as specified.
Indentation and alignment are very noticeable on a printed page, so you will probably want to set the tab stops in your document precisely how you want them.
Answer:
ok imma little scared, but my fav candy would have to be reeses peanut butter cups or hershey's with almonds.
The CPU executes arithmetic and logic operations in the arithmetic and logic unit (ALU).
<h3>What is an ALU, or an arithmetic and logic unit?</h3>
- A combinational digital circuit known as an arithmetic logic unit computes arithmetic and bitwise operations on integer binary integers.
- A floating-point unit, on the other hand, works with floating-point numbers.
- The component of a central processing unit known as an arithmetic-logic unit performs arithmetic and logic operations on the operands in computer instruction words.
- An Arithmetic Logic Unit (ALU) is a component found within computers that can execute logical operations in addition to arithmetic operations, such as AND, OR, Ex-OR, invert, etc (e.g. Addition, Subtraction, etc.).
To learn more about arithmetic and logic unit (ALU), refer to:
brainly.com/question/7994884
#SPJ4
D is the answer to that problem