Question: What notation should we use for denoting the breadth of an array?

Options

A : sizeof(a[0])

B : sizeof(a)

C : sizeof(a[])

D : sizeof(a.0)

Click to view Correct Answer

Previous || Next

The setup() Function more questions

Is there any difference between exit-controlled loop structure and entry-controlled....

What are the three components of a for-loop?

What do we need to do if we want to....

What function will we use to find out the number....

What is the meaning of the data returned by the....

When the sizeof() function is invoked on an array. What....

What does the following code do?^ int* ptr = (int*)malloc(100....

What is the name for the library to manipulate data....

What is the use of the Ethernet library?

Which of the following statements is not true when dealing....

Adafruit FONA 3G+GPS Breakout more Online Exam Quiz

Serial and Stream Communications

Setting Pin Mode

Standard Libraries

String Manipulation

The loop() Function

The sizeof() Function

Time Functions

Type Conversions

Ultrasonic Sensor

Uploading