Answer Posted / chandra sekhar kommuri
void main()
{
clrscr();
int a;
printf("adress of a ::%u",&a);
while(!kbhit());
}
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Where in memory are my variables stored?
Explain how do you use a pointer to a function?
What are the key features in c programming language?
What are the parts of c program?
Write a program to check whether a number is prime or not using c?
What is the advantage of using #define to declare a constant?
What is the general form of #line preprocessor?
Can a pointer be null?
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
Are there namespaces in c?
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?
What are volatile variables in c?
Why string is used in c?
What are header files in c?
What are external variables in c?