1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Bad White [126]
3 years ago
14

Write a Program in C language using arrays:

Computers and Technology
1 answer:
denis-greek [22]3 years ago
6 0

Hello!!! I'm not sure I can answer that but I can give you advice. An array is a homogeneous aggregate of  data elements in which an individual  element is identified by its position in the  aggregate, relative to the first element. C and C++ arrays that include static modifier  are static.  C and C++ arrays without static modifier are  fixed stack-dynamic . C and C++ provide fixed heap-dynamic  arrays.  C# includes a second array class Array List  that provides fixed heap-dynamic . Perl, JavaScript, Python, and Ruby support  heap-dynamic arrays. Access function maps subscript expressions  to an address in the array.  Access function for single-dimensioned  arrays:  address(list[k]) = address (list[lower_bound])  + ((k-lower_bound) * element_size). Hope this helps!!

You might be interested in
The computer that is used in scientific research is ........​
MrRa [10]

Answer:

supercomputers are the computer that is used in scientific research.

6 0
3 years ago
Can someone please tell me how can I code this onto C# on Visual Studio 2019? It’s due tomorrow!!
11111nata11111 [884]

Answer:

i need points

Explanation:

lol

8 0
3 years ago
If it malfunctions and I can throw it, then it's a hardware problem; if I have to yell at it because there is nothing to pick up
kobusy [5.1K]
Software problem.
Assuming "Software" is one of the available answers.

3 0
3 years ago
Read 2 more answers
Secondary storage is also known as the ‘main memory’
valentinak56 [21]

Physical memory

Main memory refers to physical memory that is internal to the computer.

3 0
2 years ago
What type of malware consists of a set of software tools used by an attacker to hide the actions or presence of other types of m
devlian [24]
The answer you're looking for is
Rootkit

I hope this helps! :)
6 0
3 years ago
Other questions:
  • A proprietary operating system designed for mobile devices, with associated libraries, user interface, frameworks and reference
    9·1 answer
  • Can web sites contain copyright material? <br> Yes <br> No
    10·2 answers
  • The following code accomplishes which of the tasks written below? Assume list is an int array that stores positive int values on
    9·1 answer
  • Need Help!
    9·1 answer
  • Why is it so important to have employees who can critically think?
    7·2 answers
  • Implement the function charCnt. charCnt is passed in a name of a file and a single character (type char). This function should o
    9·1 answer
  • ...................You like swamps
    13·2 answers
  • Define the term algorithm and describe how programmers use algorithms when designing a program.
    13·1 answer
  • What problems do you see in the process of transacting business online
    10·1 answer
  • What would a world where we have 2^128 (340 undecillion) Internet connected devices look like? How could that much Internet usag
    7·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!