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 / cvramana.reddy10

please answer it with reason..

Is This Answer Correct ?    5 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is this program statement valid? INT = 10.50;

1235


What are the two types of structure?

1146


which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;

3341


The file stdio.h, what does it contain?

1220


Can you please explain the difference between syntax vs logical error?

1242


Explain which function in c can be used to append a string to another string?

1141


What is a const pointer?

1201


What is an arrays?

1140


What is the need of structure in c?

1191


Explain what is the use of a semicolon (;) at the end of every program statement?

1263


Can we change the value of constant variable in c?

1117


What are header files why are they important?

1157


What does 1f stand for?

1240


What is the difference between array_name and &array_name?

1354


Write a Program to accept different goods with the number, price and date of purchase and display them

6299