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 |
What are the phases in s/w developed life cycle? wat is the diff b/w stack & queue...where do we use stack
void main() {int i=2; printf("%d%d%d",i,++i,i++); getch(); }
wat s the meaning of (int *)p +4;
What are examples of structures?
What is %lu in c?
What is the difference between procedural and declarative language?
DIFFERNCE BETWEEN THE C++ AND C LANGUAGE?
What are unions in c?
IS Doon college of Engn.. has good faculty
Is linux written in c?
the maximum width of a c variable name can be a) 6 characters b) 8 characters c) 10 characters d) 20 characters
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?