main()
{
int arr[5]={23,67};
printf("%d%d%d",arr[2],arr[3],arr[4]);
}
Answer Posted / bsn.teja
till array elements are not given any specific values,they
are supposed to contain garbage values.
here we initialised only 1st two elements of the array.
so output will be garbage values.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Why shouldn’t I start variable names with underscores?
What is the size of array float a(10)?
how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software
what are bit fields? What is the use of bit fields in a structure declaration?
Why C language is a procedural language?
What would be an example of a structure analogous to structure c?
When c language was developed?
List the different types of c tokens?
What is getch c?
Explain how does flowchart help in writing a program?
Explain how can I open a file so that other programs can update it at the same time?
How does selection sort work in c?
What is meant by operator precedence?
What is a constant and types of constants in c?
What are categories used for in c?