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
What is restrict keyword in c?
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
Explain indirection?
What is the function of this pointer?
how to make a scientific calculater ?
Which are low level languages?
What is the difference between procedural and declarative language?
What is a void pointer? When is a void pointer used?
What are reserved words with a programming language?
Write a program to show the change in position of a cursor using c
How can this be legal c?
What is a nested formula?
What is wrong with this declaration?
Is null equal to 0 in sql?
how can f be used for both float and double arguments in printf? Are not they different types?