int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be
a) 7
b) 6
c) 4
d) pointer
No Answer is Posted For this Question
Be the First to Post Answer
How we add our function in liabrary as liabrary function. Exp. we want use our int factorical(int); function as int pow(int,int); function working in math header file.
writw a program to insert an element in the begning of a doubly linked list
Is c still used?
List the difference between a While & Do While loops?
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
What should malloc(0) do?
wat are the two methods for swapping two numbers without using temp variable??
write a program for the normal snake games find in most of the mobiles.
Explain the use of 'auto' keyword in c programming?
How many types of sorting are there in c?
if p is a string contained in a string?