. 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
hi, which software companys will take,if d candidate's % is jst 55%?
What is the difference between strcpy() and memcpy() function in c programming?
What does == mean in texting?
Why should I prototype a function?
How can you call a function, given its name as a string?
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34
What is void c?
Explain the use of bit fieild.
Why do we need a structure?
Write programs for String Reversal & Palindrome check
What is a sequential access file?
How do I swap bytes?
Why do we use main function?
Describe dynamic data structure in c programming language?
How do you use a 'Local Block'?