answersLogoWhite

0

How is an array name interrupted?

Updated: 12/15/2022
User Avatar

Wiki User

14y ago

Best Answer

for example:

long int interrupted [10];

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How is an array name interrupted?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How can and array be passed to a funaction?

try this: <function-name> ( <array-name> )


How did Susanna Kaysen get the name Girl Interrupted?

Online I looked up how Susanna Kaysen got the name Girl, Interrupted from, and this is what I got. Girl, Interrupted was the name of a painting which is from Vermeer. The name isnt exactly Girl, Interrupted it is A Girl Interrupted By Her Music. If you are wondering who Vermeer is he was a famous Artist, he was born in October 31, 1632 and he passed away in Decemer 15, 1675. His name is actually Johan Vermeer.


Passing an array name to a pointer assigns the first memory location of the array to the pointer variable?

Yes, passing an array name to a pointer assigns the first memory location of the array to the pointer variable. An array name is the same as a pointer to the first location of the array, with the exception that an array name is a r-value, while a pointer is an l-value.


An array is a list of data items that all have the same type and the same name?

An array element has the same type as the array name.


Can array size be determined using sizeof operator in c?

Yes. The array name is a reference to the array, so you can use sizeof (name) / sizeof (name[0]) to determine the number of elements. Note that sizeof (name) alone gives the length of the array in bytes.


How do you print element in array using javascript?

You would insert this command right after your array values have been specified.document.write(name of array[Number on array this item is, starts at 0])


What are the parts of an array?

Its type, name and number of elements. char example[12]; // a char array, named 'example' with 12 elements. The name is also a reference to the array itself, referring to the first element in the array (e.g., example == &example[0]).


What is correct will not be interrupted or will be not interrupted?

Will not be interrupted is correct


What number has the most arrays?

You have array of type int with a name myArray, and you do not know size of the array.


Array is value type or reference type in CSharp?

Array is a class name, hence ought to be a value type.


How do you locate memory in array?

The array name is a reference to the start address of the array, so simply take its address. int a[10]; int* p1 = &a; If the array is allocated on the heap, then there is no name (all allocations on the heap are anonymous). However, you don't need a name since you already know the address: int* p2 = malloc (10 * sizeof (int));


What is the name of the Who child that interrupted the Grinch while he was stealing Christmas?

Cindy Loo Who!