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
Explain the process of converting a Tree into a Binary Tree.
What are the back slash character constants or escape sequence charactersavailable in c?
i got 75% in all semester am i eligible for your company
How a string is stored in c?
Is swift based on c?
What is hashing in c language?
Explain data types & how many data types supported by c?
How to compare array with pointer in c?
Can you please explain the difference between strcpy() and memcpy() function?
How do c compilers work?
Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.
Write a program to check armstrong number in c?
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
What is the difference between c &c++?
Do you know the difference between malloc() and calloc() function?