User define function contain thier own address or not.
Answers were Sorted based on User's Feedback
every instruction has it's own address , so only we have got program counters and stack pointers in micro processors, the main use of program counter (computer register) is to point to the next instuction that should be exceuted by the computer from booting till u shut down the system...........
so definetly user define functions and all the functions we have should have a address , that's why , after the operation gets over , it is returning to the main stream..... (using that functional address)
| Is This Answer Correct ? | 2 Yes | 0 No |
Which function in C can be used to append a string to another string?
What is c language used for?
how to find binary of number?
What is a null string in c?
Why is event driven programming or procedural programming, better within specific scenario?
Suggesting that there can be 62 seconds in a minute?
int i =10 main() { int i =20,n; for(n=0;n<=i;) { int i=10 i++; } printf("%d", i);
What does sizeof int return?
How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?
how to multiply two number taking input as a string (considering sum and carry )
What is type qualifiers?
How can you find out how much memory is available?