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
You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.
What do you mean by command line argument?
Give basis knowledge of web designing ...
What is the use of define in c?
I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.
What is the benefit of using #define to declare a constant?
Why c is faster than c++?
How do you define structure?
What happens if a header file is included twice?
How do you define CONSTANT in C?
Can a function argument have default value?
What is the use of #define preprocessor in c?
Tell me about low level programming languages.
What are the disadvantages of c language?
What are the types of c language?