how to get starting address of a running C program
Answers were Sorted based on User's Feedback
Answer / chandra sekhar kommuri
void main()
{
clrscr();
int a;
printf("adress of a ::%u",&a);
while(!kbhit());
}
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / 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 |
Describe the modifier in c?
Explain high-order bytes.
Once I have used freopen, how can I get the original stdout (or stdin) back?
Is using exit() the same as using return?
Write a program using bitwise operators to invert even bits of a given number.
#define d 10+10 main() { printf("%d",d*d); }
Why does not c have an exponentiation operator?
How do I initialize a pointer to a function?
How does normalization of huge pointer works?
What are the types of macro formats?
Differentiate between a structure and a union.
What is a class c rental property?