constants are saved in which memory
Answers
Answered by
0
Answer:
Usually they are stored in read-only data section (while global variables' section has write permissions). So, trying to modify constant by taking its address may result in access violation aka segfault. But it depends on your hardware, OS and compiler really
Explanation:
hope so it will be useful to you dear
Similar questions