Answer Posted / jolly
array is on type of index
| Is This Answer Correct ? | 43 Yes | 25 No |
Post New Answer View All Answers
What is an array? What the different types of arrays in c?
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. 2) the Event Manager has to send participants to the stage to perform in the order in which they registered. Write a program that will help the Event Manager know who to call to the stage to perform. The Logic should be in Data Structures
What is the use of extern in c?
What are the general description for loop statement and available loop types in c?
What are the different file extensions involved when programming in C?
What do you know about the use of bit field?
What is a c token and types of c tokens?
Explain what are compound statements?
Which built-in library function can be used to match a patter from the string?
In this assignment you are asked to write a multithreaded program to find the duplicates in an array of 10 million integers. The integers are between -5000,000 to 5000,000 and are generated randomly. Use 10 threads, each thread works on 1000,000 integers. Compare the time needed to accomplish the task with single thread of execution program. Do not include the time to fill the array with integers in the execution time.
Which is best linux os?
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321
What is a static function in c?
how to make a scientific calculater ?