main()
{
int arr[5]={23,67};
printf("%d%d%d",arr[2],arr[3],arr[4]);
}

Answer Posted / kantilal

000

Is This Answer Correct ?    5 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a volatile keyword in c?

629


What is the size of structure in c?

691


how to write a c program to print list of fruits in alpabetical order?

1778


If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..

1579


a program that can input number of records and can view it again the record

1475






What does it mean when the linker says that _end is undefined?

621


What is main return c?

507


What is static volatile in c?

566


What does c mean in standard form?

589


what are the facialities provided by you after the selection of the student.

1649


What are dangling pointers in c?

629


What is a void * in c?

588


Why is sprintf unsafe?

610


What is the use of extern in c?

636


What are local static variables? How can you use them?

635