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 phases in s/w developed life cycle? wat is the diff b/w stack & queue...where do we use stack

6 Answers  


void main() {int i=2; printf("%d%d%d",i,++i,i++); getch(); }

9 Answers  


wat s the meaning of (int *)p +4;

2 Answers  


What are examples of structures?

0 Answers  


What is %lu in c?

0 Answers  


What is the difference between procedural and declarative language?

0 Answers  


DIFFERNCE BETWEEN THE C++ AND C LANGUAGE?

2 Answers   Wipro,


What are unions in c?

0 Answers  


IS Doon college of Engn.. has good faculty

1 Answers  


Is linux written in c?

0 Answers  


the maximum width of a c variable name can be a) 6 characters b) 8 characters c) 10 characters d) 20 characters

2 Answers  


Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?

0 Answers  


Categories