suppose we have a pointer to float data type which contains the memory address value 100.if we add the integervalue 3 to this pointer what will be the value of the pointer if float data type are 4 bytes in length
Answers
Answered by
0
Answer:
Answer:
112
Explanation:
Pointer adress = 100
If ptr points to an integer (assuming 4 bytes), ptr + 3 means 3 integers (12 bytes) after ptr
Explanation:
Similar questions
Social Sciences,
1 month ago
Hindi,
1 month ago
Computer Science,
1 month ago
Math,
2 months ago
Science,
2 months ago
Hindi,
10 months ago
Physics,
10 months ago
Math,
10 months ago