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
Can you write the function prototype, definition and mention the other requirements.
Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.
Is void a keyword in c?
how to return 1000 variables from functio9n in c?plz give me code also
if p is a string contained in a string?
What is a const pointer, and how does it differ from a pointer to a const?
write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]
write a 'c' program to sum the number of integer values
Explain what is #line used for?
Why doesnt that code work?
Write a function to find the area of a triangle whose length of three sides is given
What is the most efficient way to store flag values?