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

Why do we use header files in c?

588


What are static variables in c?

633


What is data structure in c programming?

580


i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me

1486


How can you return multiple values from a function?

638






What does 3 periods mean in texting?

604


Do pointers take up memory?

666


process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,

1895


What is %lu in c?

691


Are bit fields portable?

681


What is the purpose of sprintf() function?

609


What is the size of structure in c?

707


Explain about the constants which help in debugging?

858


what is the difference between class and unio?

1866


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

622