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...

. Consider the following program
main()
{
int a[5]={1,3,6,7,0};
int *b;
b=&a[2];
}
The value of b[-1] is
(A) 1 (B) 3 (C) -6 (D) none

Answer Posted / kupendiran

3

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a program in c to replace any vowel in a string with z?

1174


What is #include stdio h?

1180


How to draw the flowchart for structure programs?

9394


Why is c still so popular?

1101


How can I read data from data files with particular formats?

1094


What is void main () in c?

1251


Do pointers need to be initialized?

1164


How can I manipulate individual bits?

1100


Explain spaghetti programming?

1321


a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion

2845


What is the difference between int main and void main?

1101


What does printf does?

1322


Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.

1322


What are the types of assignment statements?

1112


How can I insert or delete a line (or record) in the middle of a file?

1070