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

What is getch() function?

649


Lists the benefits of c programming language?

598


What does %p mean c?

630


1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.

2337


How can I automatically locate a programs configuration files in the same directory as the executable?

632






What is a MAC Address?

628


i got 75% in all semester am i eligible for your company

1738


What is static volatile in c?

576


What is a string?

666


Write the control statements in C language

650


How to establish connection with oracle database software from c language?

1675


What is meant by high-order and low-order bytes?

656


write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.

2455


How does normalization of huge pointer works?

639


Explain null pointer.

622