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

Define the scope of static variables.

608


Write a program to implement queue.

672


Why does everyone say not to use gets?

612


What is methods in c?

649


given post order,in order construct the corresponding binary tree

2327






hi send me sample aptitude papers of cts?

1659


console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above

663


Why is structure padding done in c?

654


Tell me what is the purpose of 'register' keyword in c language?

624


Write a program to find the biggest number of three numbers in c?

590


Explain how do you determine a file’s attributes?

599


What is masking?

642


Explain what are the advantages and disadvantages of a heap?

601


What functions are in conio h?

665


Explain how can I open a file so that other programs can update it at the same time?

599