User define function contain thier own address or not.

Answers were Sorted based on User's Feedback



User define function contain thier own address or not...

Answer / 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

User define function contain thier own address or not...

Answer / guest

yes

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

what value is returned to operating system after program execution?

0 Answers  


What are local variables c?

0 Answers  


how does printf function work

1 Answers  


main() { printf(5+"good morning"); printf("%c","abcdefgh"[4]); }the o/p is morning and e...how someone explain

1 Answers  


#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..

3 Answers  






hello friends what do u mean by BUS ERROR i got this error while i am doing my program in DATA STRUCTURES

2 Answers   Wipro,


What does the c in ctime mean?

0 Answers  


What is structure of c program?

0 Answers  


how can use subset in c program and give more example

0 Answers  


what is the use of call back function in c?tell me with example

2 Answers   Bosch,


what is the diference between pointer to the function and function to the pointer?

2 Answers   Infosys,


What is the difference between big endian form and little endian form? write a code to convert big endian form to little endian and vice versa..

5 Answers   Aricent, TCS,


Categories