main()
{
int arr[5]={23,67};
printf("%d%d%d",arr[2],arr[3],arr[4]);
}
Answer Posted / vikas upendra
The rest will be initialized to zero ....so it'll be 000 ..
| Is This Answer Correct ? | 25 Yes | 4 No |
Post New Answer View All Answers
The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none
Why is c so powerful?
i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....
What is call by value in c?
Write a program to check armstrong number in c?
What does %p mean c?
What is substring in c?
Write a program to reverse a given number in c language?
How do we print only part of a string in c?
What is a null pointer in c?
What is the difference between constant pointer and constant variable?
What are the differences between Structures and Arrays?
Explain the use of 'auto' keyword in c programming?
What is a c token and types of c tokens?
What is wrong with this initialization?