When passing an array to a function, it is not necessary to indicate the size of the array in the array parameter. Explain why.

What will be an ideal response?


Because no local space is allocated for the array. Only the address is passed to the function, not the actual elements of the array.

Computer Science & Information Technology

You might also like to view...

Case-Based Critical Thinking QuestionsCase 10-1Training unlimited is planning to create a page that will allow users to e-mail their requests for the training videos to add to their online training offerings. To prevent the training orderer from receiving spam, the Web designers should ____ e-mail addresses.

A. encrypt B. reverse C. scramble D. none of the above

Computer Science & Information Technology

What are the 11 usability heuristics?

What will be an ideal response?

Computer Science & Information Technology

The default home directory for Web applications on most machines is ____.

A. c:\localhost B. c:\InetPub\wwwroot C. http://localhost D. c:\

Computer Science & Information Technology

The Add pathfinder combines two or more overlapping objects into one object.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology