. 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 / veerendra
here b is an pointer. u r askng the value stored in a b's
array of -1....pointer may not be array here..
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Can a void pointer point to a function?
How can I call a function with an argument list built up at run time?
What is #include stdio h?
Explain what is meant by 'bit masking'?
How can I direct output to the printer?
What is the process to generate random numbers in c programming language?
In which language linux is written?
What are preprocessor directives in c?
What are the usage of pointer in c?
What are pointers? What are different types of pointers?
What is the use of void pointer and null pointer in c language?
What are lookup tables in c?
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
What are the 5 organizational structures?