main()
{
int arr[5]={23,67};
printf("%d%d%d",arr[2],arr[3],arr[4]);
}
Answer Posted / honey
000 PRINTED
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
how to write a c program to print list of fruits in alpabetical order?
Write a Program to find whether the given number or string is palindrome.
Explain what are multibyte characters?
What is the difference between array and structure in c?
How can you check to see whether a symbol is defined?
What is 1f in c?
What is wrong with this initialization?
How do we open a binary file in Read/Write mode in C?
Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
Write a program to print "hello world" without using a semicolon?
What is a stream in c programming?
What is bubble sort in c?
What is structure in c explain with example?
How can you access memory located at a certain address?