main()
{
int arr[5]={23,67};
printf("%d%d%d",arr[2],arr[3],arr[4]);
}
Answer Posted / vignesh1988i
all wil print the garbage values in the respected
memories... since we only initilized for two locations in
th array.... so other locations in the array wil have
garbage values
| Is This Answer Correct ? | 13 Yes | 9 No |
Post New Answer View All Answers
What is wrong with this declaration?
Why c is faster than c++?
Can a pointer be volatile in c?
What is file in c language?
Should a function contain a return statement if it does not return a value?
Why malloc is faster than calloc?
What do you mean by recursion in c?
List the difference between a 'copy constructor' and a 'assignment operator' in C?
What is the use of linkage in c language?
Why c is a procedural language?
Explain what is the difference between functions getch() and getche()?
Are pointers integers in c?
Why void is used in c?
Explain what is page thrashing?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?