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 |
If 4 digits number is input through the keyboard, Write a program to calculate sum of its 1st & 4th digit.
write a program to find out number of on bits in a number?
how is the examination pattern?
What is the difference between abs() and fabs() functions?
What is the best organizational structure?
What is the code for 3 questions and answer check in VisualBasic.Net?
what are the interview question's in the language c
what do you mean by enumeration constant?
If null and 0 are equivalent as null pointer constants, which should I use?
in iso what are the common technological language?
void main() { static int i = 5; if(--i) { main(); printf("%d ",i); } } what would be output of the above program and justify your answer? }
5 Answers C DAC, CDAC, Infosys, Wipro,
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles