. 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

How many main () function we can have in a project?

614


i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me

1480


How can I find out the size of a file, prior to reading it in?

622


i want to know the procedure of qualcomm for getting a job through offcampus

1939


What is the difference between array_name and &array_name?

779






What are the advantages of c language?

666


What are the features of c languages?

630


Do character constants represent numerical values?

844


Explain what is the difference between the expression '++a' and 'a++'?

627


What is meant by errors and debugging?

649


What is the purpose of void in c?

619


What is structure pointer in c?

573


What is variable and explain rules to declare variable in c?

555


What is local and global variable in c?

616


differentiate built-in functions and user – defined functions.

628