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
What are the types of pointers?
Is c call by value?
If the size of int data type is two bytes, what is the range of signed int data type?
What is #line in c?
What are the advantages and disadvantages of c language?
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
Is c is a middle level language?
How many keywords (reserve words) are in c?
What are loops c?
Why do we use namespace feature?
What is #define in c?
What is the difference between āgā and āgā in C?
What is string concatenation in c?
What is string function c?
What are the types of c language?