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

Answer Posted / honey

000 PRINTED

Is This Answer Correct ?    1 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above

881


What are the 5 elements of structure?

575


Why is python slower than c?

611


What is string function in c?

544


how logic is used

1504






What is the function of this pointer?

681


Which is the memory area not included in C program? give the reason

1510


What is a static variable in c?

673


Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?

587


What does nil mean in c?

676


Why isnt any of this standardized in c?

641


what is the difference between class and unio?

1866


Can we use visual studio for c?

556


What is the use of static variable in c?

597


what is the significance of static storage class specifier?

1667