Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Question 22 1 pt When calling a C function or VB subroutine or function, it is possible to pass data from the calling routine into

image text in transcribed
Question 22 1 pt When calling a C function or VB subroutine or function, it is possible to pass data from the calling routine into the routine (function or subroutine). in this course we've mainly done this by using global variables inside routines, for "full" modularity it is best to do this through more channeled and explicit means. Which of the following most accurately describes this process? The calling routine uses parameters in the call. These are passed to arguments, which are indicated in the function/subroutine definition Global variables can and should also be used inside the routine. The calling routine uses arguments in the call. These are passed to parameters, which are indicated in the function/subroutine definition Global variables can and should be used inside the routine. The calling routine uses parameters in the call. These are passed to arguments, which are indicated in the function/subroutine definition. No global variables should be used inside the routine. The calling routine uses arguments in the call. These are passed to parameters, which are indicated in the function/subroutine definition. No global variables should be used inside the routine. Question 23 1 pts You want the variable called "age" to contain only integers. In Visual Basic, how do you do this? dim age integer age dim age as integer int

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Internals A Deep Dive Into How Distributed Data Systems Work

Authors: Alex Petrov

1st Edition

1492040347, 978-1492040347

More Books

Students also viewed these Databases questions

Question

What does Processing of an OLAP Cube accomplish?

Answered: 1 week ago