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

What does c mean?

673


What is getch c?

951


in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.

7605


Explain what are multidimensional arrays?

690


How will you find a duplicate number in a array without negating the nos ?

1732






How many types of sorting are there in c?

706


What is typedf?

752


What are types of preprocessor in c?

716


What is use of #include in c?

699


Write a program to identify if a given binary tree is balanced or not.

786


provide an example of the Group by clause, when would you use this clause

1826


main() { printf("hello"); fork(); }

821


what is the different bitween abap and abap-hr?

1837


Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?

2161


Which of these functions is safer to use : fgets(), gets()? Why?

727