- Aextern
- Binterrupt
- Chuge
- DAll
Time Taken:
Correct Answer:
Wrong Answer:
Percentage: %
All are not modifier. Also register is not a modifier.
16 byte is the size of a Decimal number in 64-bit
All are modifier in data type.
Answer: B
Explanation: Pointer arithmetic in C involves performing arithmetic operations on the memory addresses stored in pointers. For example, you can add or subtract an integer value from a pointer to move it to a different memory location. However, it is important to be careful with pointer arithmetic to avoid accessing invalid memory locations.