main()
{
int ptr[] = {1,2,23,6,5,6};
printf("%d",&ptr[3]-&ptr[0]);
}
Answer Posted / vivek
ans - none
| Is This Answer Correct ? | 18 Yes | 12 No |
Post New Answer View All Answers
What is the advantage of an array over individual variables?
What are header files why are they important?
Why is C language being considered a middle level language?
Why is void main used?
Is c procedural or functional?
Why is structure important for a child?
What are the differences between Structures and Arrays?
Explain goto?
What is use of pointer?
What is a volatile keyword in c?
Is main an identifier in c?
What is wrong with this declaration?
When c language was developed?
Why we use conio h in c?
Why isn't any of this standardized in c? Any real program has to do some of these things.