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
List the difference between a While & Do While loops?
What is optimization in c?
Describe static function with its usage?
what is the format specifier for printing a pointer value?
What are the loops in c?
What is substring in c?
What is file in c language?
Can you tell me how to check whether a linked list is circular?
Differentiate call by value and call by reference?
How would you use the functions fseek(), freed(), fwrite() and ftell()?
Explain goto?
What does main () mean in c?
What are the advantages of the functions?
Can we increase size of array in c?
How do you write a program which produces its own source code as output?