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 what is a static function?
Is it valid to address one element beyond the end of an array?
What are control structures? What are the different types?
How main function is called in c?
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
Explain spaghetti programming?
Why isn't any of this standardized in c? Any real program has to do some of these things.
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?
what is different between auto and local static? why should we use local static?
how could explain about job profile
Why malloc is faster than calloc?
Explain Basic concepts of C language?
Explain how do you view the path?
What is the concatenation operator?
How can I call fortran?