main()
{
int ptr[] = {1,2,23,6,5,6};
printf("%d",&ptr[3]-&ptr[0]);
}
Post New Answer View All Answers
What is the size of structure pointer in c?
What is the g value paradox?
What is ponter?
What is the use of volatile?
What are the disadvantages of c language?
What do you mean by a local block?
What do you mean by invalid pointer arithmetic?
What is a static function in c?
What is call by reference in functions?
What are the characteristics of arrays in c?
What is a string?
How can you be sure that a program follows the ANSI C standard?
Array is an lvalue or not?
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?
What is nested structure in c?