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


Please Help Members By Posting Answers For Below Questions

how to create duplicate link list using C???

2062


What does %p mean?

585


How many levels of indirection in pointers can you have in a single declaration?

587


What does node * mean?

703


how to find binary of number?

3413






What are compound statements?

622


Is it valid to address one element beyond the end of an array?

665


What does 4d mean in c?

932


How main function is called in c?

620


With the help of using classes, write a program to add two numbers.

613


Can we use visual studio for c?

540


What is "Duff's Device"?

695


Is c++ based on c?

643


Not all reserved words are written in lowercase. TRUE or FALSE?

717


Explain what is the difference between a free-standing and a hosted environment?

630