Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 is variable in c with example?

1 Answers  


what is use#in c

3 Answers  


Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?

0 Answers  


What is the use of bit field?

0 Answers  


What is the difference between #include and #include 'file' ?

0 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  


write a program in c to print **** * * * * ****

1 Answers   TCS,


What are the c keywords?

0 Answers  


What is array of structure in c programming?

0 Answers  


What are c identifiers?

0 Answers  


write a c program to add two integer numbers without using arithmetic operator +

13 Answers   Value Labs,


Define the scope of static variables.

0 Answers  


Categories