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 is variable in c with example?
what is use#in c
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
What is the use of bit field?
What is the difference between #include and #include 'file' ?
#include <stdio.h> int main() { if ("X" <"x") printf("X smaller than x "); } my question is whats the mistake in this program? find it and please tell me..
write a program in c to print **** * * * * ****
What are the c keywords?
What is array of structure in c programming?
What are c identifiers?
write a c program to add two integer numbers without using arithmetic operator +
Define the scope of static variables.