main()
{
int arr[5]={23,67};
printf("%d%d%d",arr[2],arr[3],arr[4]);
}
Answer Posted / abhisheksingh462
000
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can I send mail from within a c program?
How can you tell whether two strings are the same?
What are reserved words with a programming language?
What are void pointers in c?
What is the difference between near, far and huge pointers?
What is wrong in this statement?
What is static identifier?
Is javascript written in c?
write a program to copy the string using switch case?
Describe how arrays can be passed to a user defined function
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
Can you please explain the difference between exit() and _exit() function?
Explain the ternary tree?
how to build a exercise findig min number of e heap with list imlemented?
What is 1f in c?