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...

how to get starting address of a running C program

Answer Posted / chandra sekhar kommuri

void main()
{
clrscr();
int a;
printf("adress of a ::%u",&a);
while(!kbhit());
}

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a function in c?

1684


What is meant by operator precedence?

1204


What are valid signatures for the Main function?

1294


Differentiate between full, complete & perfect binary trees.

1172


a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above

1284


What is pass by value in c?

1135


How to create struct variables?

1173


What is sizeof array in c?

1115


How to compare array with pointer in c?

1170


How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?

16923


Explain how can I pad a string to a known length?

1251


What are pragmas and what are they good for?

1059


Compare interpreters and compilers.

1116


.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }

2665


What is string function c?

1076