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
What does c mean?
What is getch c?
in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.
Explain what are multidimensional arrays?
How will you find a duplicate number in a array without negating the nos ?
How many types of sorting are there in c?
What is typedf?
What are types of preprocessor in c?
What is use of #include in c?
Write a program to identify if a given binary tree is balanced or not.
provide an example of the Group by clause, when would you use this clause
main() { printf("hello"); fork(); }
what is the different bitween abap and abap-hr?
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?
Which of these functions is safer to use : fgets(), gets()? Why?