. 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

Which programming language is best for getting job 2020?

607


How can I prevent another program from modifying part of a file that I am modifying?

614


Why shouldn’t I start variable names with underscores?

625


What are near, far and huge pointers?

648


Why are all header files not declared in every c program?

601






What is the need of structure in c?

566


How can I find out how much free space is available on disk?

629


Which header file is used for clrscr?

582


What are the types of c language?

558


What is boolean in c?

613


Explain what is operator promotion?

637


What is the process of writing the null pointer?

607


What's the right way to use errno?

624


hi friends how r u as soon in satyam my interview is start but i m very confusued ta wat i do plz help me frndz wat can i do plz tell me some question and answers related with "C" which r asked in the interview .

1901


How many levels of pointers can you have?

705