how to get starting address of a running C program

Answer Posted / vivek

we can get by convert prog. into sourse code

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I recover the file name given an open stream?

531


What is the symbol indicated the c-preprocessor?

669


Write a program to swap two numbers without using third variable in c?

588


When should the register modifier be used? Does it really help?

575


How do I read the arrow keys? What about function keys?

590






Write a code to generate divisors of an integer?

608


What is extern keyword in c?

607


How is a macro different from a function?

634


What should malloc() do? Return a null pointer or a pointer to 0 bytes?

594


What are different types of variables in c?

551


any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above

632


Explain what happens if you free a pointer twice?

578


What is the difference between far and near ?

658


What is the right way to use errno?

596


What is preprocessor with example?

565