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 are the applications of c language?

638


Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?

652


GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA

1441


Is anything faster than c?

595


What are the uses of a pointer?

693






What is the sizeof () operator?

630


Why do we use & in c?

599


How to declare pointer variables?

696


how we can make 3d venturing graphics on outer interface

4027


What are control structures? What are the different types?

610


What are the basic data types associated with c?

824


Write a Program to accept different goods with the number, price and date of purchase and display them

5458


Array is an lvalue or not?

648


What are run-time errors?

610


Where are some collections of useful code fragments and examples?

725