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 are the various types of control structures in programming?

0 Answers  


void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }

0 Answers  


Is the following code legal? struct a { int x; struct a b; }

4 Answers  


what is the importance of spanning tree?

0 Answers  


How do we select the big element or any other operation from array which is read dynamically. user need to give the elements only no need to mention the size.

0 Answers  






Do you know what is a programing language ?

0 Answers  


what is diognisis?

1 Answers  


What is #define?

0 Answers  


Explain what math functions are available for integers? For floating point?

0 Answers  


how to add our own function in c library please give details.?

1 Answers   TCS,


what type of language is C?

13 Answers   Microsoft,


What functions are used in dynamic memory allocation in c?

0 Answers  


Categories