what is array?

Answer Posted / abilash

It is a set of elements which stored under a single name.

Is This Answer Correct ?    72 Yes 30 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is c programing language?

604


Explain what is the advantage of a random access file?

650


how to find binary of number?

3406


Explain how to reverse singly link list.

597


What are the primitive data types in c?

561






Can static variables be declared in a header file?

606


What does 1f stand for?

600


Is null valid for pointers to functions?

594


Do string constants represent numerical values?

901


What is extern storage class in c?

502


develop algorithms to add polynomials (i) in one variable

1725


Do character constants represent numerical values?

831


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.

2670


What is a header file?

627


Here is a good puzzle: how do you write a program which produces its own source code as output?

587