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 the c program is executed?
Hi Every one...........I have been selected for the SBI Clerk. But i m one month Pregnanat. So anyone please suggest me, is they take any objection on my joining .
4 Answers State Bank Of India SBI,
What is the use of function overloading in C?
what is the most appropriate way to write a multi-statement macro?
Is array name a pointer?
being a chemical engineer and with an aggregate of 80% why you opt for TCS and not your core industry?
Eight queens puzzle
Can a file other than a .h file be included with #include?
What is the difference between printf and scanf )?
What are shell structures used for?
Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58
the output will be #include<stdio.h> int main () { int i; i = 9/2; printf("%i",i); return 0; }