main()
{
int arr[5]={23,67};
printf("%d%d%d",arr[2],arr[3],arr[4]);
}
Answer Posted / ismail
garbage value
| Is This Answer Correct ? | 5 Yes | 5 No |
Post New Answer View All Answers
What are reserved words?
what is the c source code for the below output? 10 10 10 10 10 10 10 10 10 10 9 9 7 6 6 6 6 6 6 9 7 5 9 7 3 2 2 5 9 7 3 1 5 9 7 3 5 9 7 4 4 4 4 5 9 7 8 8 8 8 8 8 8 8 9
What is difference between union and structure in c?
What is the deal on sprintf_s return value?
What is the purpose of 'register' keyword in c language?
What is difference between static and global variable in c?
Write a program to print "hello world" without using a semicolon?
Explain how can I read and write comma-delimited text?
Which driver is a pure java driver
What are the types of pointers?
How to write a code for reverse of string without using string functions?
Explain what is the benefit of using an enum rather than a #define constant?
Is c dynamically typed?
What is a pointer and how it is initialized?
What is 2 d array in c?