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

Answer Posted / abhisheksingh462

000

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the correct code to have following output in c using nested for loop?

605


What are the modifiers available in c programming language?

726


Where in memory are my variables stored?

624


What is string in c language?

617


What do you mean by c?

580






What is %lu in c?

674


What is the purpose of main( ) in c language?

610


"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks

650


Difference between MAC vs. IP Addressing

632


Are there any problems with performing mathematical operations on different variable types?

565


Where static variables are stored in c?

581


Define Spanning-Tree Protocol (STP)

636


What is the difference between array and pointer?

560


How do you define CONSTANT in C?

644


Explain how can you tell whether two strings are the same?

580