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

Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?

572


Why isn't it being handled properly?

651


What is local and global variable in c?

623


Explain 'bit masking'?

660


Explain how do you print an address?

661






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

1489


a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode

663


What math functions are available for integers? For floating point?

628


what is the difference between 123 and 0123 in c?

729


how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12

658


Process by which one bit pattern in to another by bit wise operation is?

617


Where static variables are stored in memory in c?

527


Explain what is meant by 'bit masking'?

647


What are operators in c?

588


Is c a great language, or what?

609