Hi Is there any way that we can write function into specific address. Is it possible with pointer to constant .
This would be compiler specific, so you'll have to check your compiler documentation. If you need to know the address of a function then you can define a pointer to the function, but to write a function at a specific memory location (if microcontroller programming for example) then you'll need to use compiler specific syntax.