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
Explain what does the function toupper() do?
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...
What does it mean when a pointer is used in an if statement?
what is bit rate & baud rate? plz give wave forms
What is the -> in c?
What is a built-in function in C?
Wt are the Buses in C Language
Can you please explain the difference between strcpy() and memcpy() function?
What is a dynamic array in c?
What is main function in c?
Where are some collections of useful code fragments and examples?
Which type of language is c?
Why is extern used in c?
What is c preprocessor mean?
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration