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
What are the different data types in C?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
What is c method?
How many levels of pointers can you have?
What is action and transformation in spark?
What is use of integral promotions in c?
What are keywords c?
Can a pointer be volatile in c?
What are data types in c language?
What is mean by data types in c?
Here is a good puzzle: how do you write a program which produces its own source code as output?
What is assert and when would I use it?
hi any body pls give me company name interview conduct "c" language only
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
Explain what is the advantage of a random access file?