User define function contain thier own address or not.
Answer Posted / vignesh1998i
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 |
Post New Answer View All Answers
How can I open a file so that other programs can update it at the same time?
Can we declare function inside main?
What is an auto keyword in c?
can anyone suggest some site name..where i can get some good data structure puzzles???
Should I learn c before c++?
Give basis knowledge of web designing ...
what are the different storage classes in c?
What is an arrays?
What's the right way to use errno?
What is c standard library?
What language is lisp written in?
What does s c mean on snapchat?
What is the correct code to have following output in c using nested for loop?
What is the scope of static variable in c?
What is the general form of function in c?