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

What is the difference between malloc() and calloc() function in c language?

604


How do you use a 'Local Block'?

723


How can I call a function with an argument list built up at run time?

640


What is the code for 3 questions and answer check in VisualBasic.Net?

1692


What are all different types of pointers in c?

579






How do you list a file’s date and time?

635


Place the #include statement must be written in the program?

573


Explain high-order and low-order bytes.

667


What are the advantages of external class?

596


write a program to find out prime number using sieve case?

1642


How can I direct output to the printer?

814


How many types of sorting are there in c?

614


What does != Mean in c?

590


Create a simple code fragment that will swap the values of two variables num1 and num2.

813


What are the c keywords?

750