main()
{
int arr[5]={23,67};
printf("%d%d%d",arr[2],arr[3],arr[4]);
}
Answer Posted / kantilal
000
| Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
What is scope rule in c?
why programs in c are running with out #include
What is the purpose of type declarations?
What is %s and %d in c?
What does char * * argv mean in c?
Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?
What is wild pointer in c with example?
What are the application of c?
Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays
Why main is used in c?
please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................
Is there a way to switch on strings?
What are the three constants used in c?
What is the difference between text and binary modes?
What are directives in c?