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 to reverse a linked list
1 Answers Aricent, Fidelity, IBM, TCS,
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
What is dangling pointer in c?
Explain how can you determine the size of an allocated portion of memory?
How do you sort filenames in a directory?
How can I sort more data than will fit in memory?
how can you print&scan anything using just one character? :) HINT: printf,scanf similer
how to generate sparse matrix in c
how to write a cprogram yo get output in the form * *** ***** ******* ********* ******* ***** *** *
What are the average number of comparisons required to sort 3 elements?
What do you mean by scope of a variable in c?
What is the use of function in c?