main()
{
int ptr[] = {1,2,23,6,5,6};
printf("%d",&ptr[3]-&ptr[0]);
}
Answer Posted / mitesh mahera
I need a answer aboutthis question..if any can ?!
| Is This Answer Correct ? | 4 Yes | 6 No |
Post New Answer View All Answers
What is action and transformation in spark?
What are the types of variables in c?
Why void main is used in c?
Explain the properties of union. What is the size of a union variable
What is the use of header files?
What is wrong with this declaration?
What are the different types of errors?
how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software
Is a pointer a kind of array?
What is boolean in c?
Explain how can a program be made to print the name of a source file where an error occurs?
Explain what does a function declared as pascal do differently?
Explain how can you tell whether two strings are the same?
What are enums in c?
What is the method to save data in stack data structure type?