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
Write a program to show the change in position of a cursor using c
Why c language is called c?
Is it cc or c in a letter?
List some of the static data structures in C?
What are the disadvantages of c language?
What the advantages of using Unions?
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
Difference between constant pointer and pointer to a constant.
What are c identifiers?
Tell me what are bitwise shift operators?
Sir,please help me out with the code of this question. Write an interactive C program that will encode or decode multiple lines of text. Store the encoded text within a data file, so that it can be retrieved and decoded at any time. The program should include the following features: (a) Enter text from the keyboard, encode the text and store the encoded text in a data file. (b) Retrieve the encoded text and display it in its encoded form. (c) Retrieve the encoded text, decode it and then display the decoded text. (d) End the computation. Test the program using several lines of text of your choice.
Explain how do you sort filenames in a directory?
Explain what are binary trees?
What is c token?
how many errors in c explain deply