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
Can a pointer be null?
What's the best way of making my program efficient?
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
Write a program to show the change in position of a cursor using c
Lists the benefits of c programming language?
Why static variable is used in c?
What are the loops in c?
What is || operator and how does it function in a program?
what are the different storage classes in c?
What is %d called in c?
Differentiate between declaring a variable and defining a variable?
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?
Why do we use main function?
What is s in c?
How many keywords are there in c?