main()
{
int arr[5]={23,67};
printf("%d%d%d",arr[2],arr[3],arr[4]);
}
Answer Posted / jaga
in linux it will give garbage values...
in unix it will give 000(automatically initialized to 0)
Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
State two uses of pointers in C?
Where are local variables stored in c?
How does selection sort work in c?
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
What is #define used for in c?
What is a pointer variable in c language?
What is pre-emptive data structure and explain it with example?
What is hash table in c?
What are the 5 types of organizational structures?
What are the advantages and disadvantages of pointers?
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year
What is the difference between formatted&unformatted i/o functions?
What happens if header file is included twice?
What is maximum size of array in c?
Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?