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
What are pointers in C? Give an example where to illustrate their significance.
What are keywords in c with examples?
What is the use of #define preprocessor in c?
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
Can include files be nested?
What is the benefit of using an enum rather than a #define constant?
Why is c so powerful?
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
Iam a B.Tech graduate and completed my engineering in 2009, from 2005 to 2009 and after that i had done nothing.Now i want to do job and get into BPO field . Friends give me suggestions as what to say in interview... if they ask me that what would you had done ... these many years without doing job ??????? pls urgent
What are variables and it what way is it different from constants?
Explain modulus operator.
What is the difference between exit() and _exit() function in c?
Write a client and server program in C language using UDP, where client program interact with the Server as given below: i) The client begins by sending a request to send a string of 8 characters or series of 7 numbers, the server sends back a characters or numbers as per the request of the client. ii) In case of series of 7 numbers: The client sends a multiplication of numbers, to the server. iii) In case of a string of 8 characters: The client sends a reverse order of string to the server.. iv) Server will send an acknowledgment to the client after receiving the correct answer
What is the g value paradox?
What are the types of pointers?