What will be the output of the program
#include
int main()
{
static int arr[] = {0, 1, 2, 3, 4};
int *p[] = {arr, arr+1, arr+2, arr+3, arr+4};
int **ptr=p;
ptr++;
printf("%d, %d, %d\n", ptr-p, *ptr-arr, **ptr);
*ptr++;
printf("%d, %d, %d\n", ptr-p, *ptr-arr, **ptr);
*++ptr;
printf("%d, %d, %d\n", ptr-p, *ptr-arr, **ptr);
++*ptr;
printf("%d, %d, %d\n", ptr-p, *ptr-arr, **ptr);
return 0;
}
The towns A, B and C are on a straight line. Town C is between A and B. The distance from A to B is 100 km. How far is A from C
I.
The distance from A to B is 25% more than the distance from C to B
II.
The distance from A to C is of the distance C to B
The aqueous solution of which of the following reagent will give prussian blue coloured precipitate with an aqueous solution containing iorn (III) ions
Which of the following sulphide is completely precipitated only when the acidic solution is made dilute
A colourless solid A produces black spots on the skin. Its aqueous solution gives brown ring test and also gives yellow precipitate with potsssium iodide solution. A could be
Quantities whose values vary continuously or remain constant are known as
Which namespace is used for ASPX View Engine
This is ----- car I bought yesterday
How to store local variables that can be access within the application
The keyword ‘break’ cannot be simply used within
The method forward(request,response) will
A shopkeeper offers ‘Buy 1, Get 1 Free’ offer on a T – shirt marked at Rs. 2, 400. If after a sale, the shopkeeper earns a profit of 33.33% then what is the actual price of the T- shirt
X walks 6 km towards East from a point A and from the same point A, Y walks 8 km towards South. How far are the two friends from each other now
If “Apples are red” is coded as 541, “My eye swollen” is coded as 927, “fear of dark” is coded as 368, ten what does “Apple of my eye” stand for