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
How can I delete a file?
Explain what are binary trees?
I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.
Explain how do you determine the length of a string value that was stored in a variable?
Explain enumerated types in c language?
What is main return c?
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
int i=10; printf("%d %d %d", i, i=20, i);
Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58
Tell me what is null pointer in c?
What is the use of gets and puts?
What are variables c?
largest Of three Number using without if condition?
What is #include stdio h and #include conio h?
write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);