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

Answer Posted / ismail

garbage value

Is This Answer Correct ?    5 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are pragmas and what are they good for?

584


What is the purpose of sprintf() function?

613


What is the process to create increment and decrement stamen in c?

593


What is this pointer in c plus plus?

606


What does the error 'Null Pointer Assignment' mean and what causes this error?

751






What is static volatile in c?

584


What are the advantages of using macro in c language?

600


Where are some collections of useful code fragments and examples?

725


Write a program for Overriding.

698


What is indirection?

663


When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.

1542


Why can arithmetic operations not be performed on void pointers?

600


How are Structure passing and returning implemented by the complier?

723


Is fortran faster than c?

589


How do I send escape sequences to control a terminal or other device?

624