how to get starting address of a running C program

Answer Posted / manoj singh

we find out the address of any variable.
void main()
{
clrscr();
int a;
printf("adress of a ::%u",a);
while(!kbhit());
}



i dont understand this question writeway but this is
my vew.

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to draw the flowchart for structure programs?

8733


What is the best style for code layout in c?

602


Is c call by value?

579


What tq means in chat?

554


Explain argument and its types.

570






What is difference between arrays and pointers?

562


Hai,I have done with my bachelor of commerce and planing to ms,please suggest me how to convince vo for shifting from commerce to computers. Visa on 8 DEC 2014  Npu university

1573


What is the usage of the pointer in c?

573


Why should I use standard library functions instead of writing my own?

651


When we use void main and int main?

563


What are global variables and explain how do you declare them?

543


What is line in c preprocessor?

584


explain what are actual arguments?

609


What is array in C

683


write a c program in such a way that if we enter the today date the output should be next day's date.

1660