Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Post New Answer

More C Interview Questions

What is the stack in c?

0 Answers  


Explain the term printf() and scanf() used in c language?

0 Answers  


what is the difference between declaration and definition of a variable or function ?

3 Answers  


Under what circumstances does a name clash occur?

0 Answers   InterGraph,


In header files whether functions are declared or defined?

1 Answers   TCS,


Can a program have two main functions?

0 Answers  


code for selection sort?

1 Answers  


how would a 4*3 array A[4][3] stored in Row Major Order?

0 Answers   HCL, Ignou,


How do we declare variables in c?

0 Answers  


What are file streams?

0 Answers  


Reverse a string word by word??

9 Answers  


How many bytes is a struct in c?

0 Answers  


Categories