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 table lookup in c?
What is anagram in c?
Explain two-dimensional array.
What do you mean by dynamic memory allocation in c?
How do you declare a variable that will hold string values?
How many types of sorting are there in c?
Does c have circular shift operators?
What is the use of linkage in c language?
What are comments and how do you insert it in a C program?
What does double pointer mean in c?
What is the difference between %d and %i?
What are the scope of static variables?
I need previous papers of CSC.......plz help out by posting them.......
What is data structure in c and its types?
What are pointers? What are different types of pointers?