main()
{
int x, arr[8]={11,22,33,44,55,66,77,88};
x=(arr+2)[3];
printf(“%d”,x);
}
Answer Posted / neha
66
| Is This Answer Correct ? | 26 Yes | 2 No |
Post New Answer View All Answers
Write the test cases for checking a variable having value in range -10.0 to +10.0?
what are bit fields in c?
Hai,I have done with my bachelor of commerce and planing to ms,please suggest me how to convince vo for shifting from commerce to computers. Visa on 8 DEC 2014 Npu university
Explain what are multibyte characters?
How can I use a preprocessorif expression to ?
write a program to display all prime numbers
Explain what are binary trees?
Why is struct padding needed?
What is a pointer variable in c language?
What is a keyword?
Why we use stdio h in c?
Given below are three different ways to print the character for ASCII code 88. Which is the correct way1) char c = 88; cout << c << " ";2) cout.put(88);3) cout << char(88) << " "; a) 1 b) 2 c) 3 d) constant
What does calloc stand for?
What is the purpose of 'register' keyword in c language?
Describe static function with its usage?