answersLogoWhite

0


Best Answer

anal sex

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the least number of arguments you can pass to a Sub procedure?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you pass the parameter in applet?

If you have the function main()... You can use its arguments to pass information.


General design procedure of a two pass assembler?

design procedure of two pass assebler


How do you pass command line arguments using turbo in c compiler?

In the Options menu the Arguments command.


How will you pass arguments to a function in c plus plus?

If you have this function: int add(int x, int y) { return x + y; } you would pass the arguments when calling the function in the () like this: add(4, 7); 4 & 7 would be the arguments.


How can you pass run-time arguments in java?

Once you have compiled your Java source files: javac MyClass.java You can run the resulting class file and pass arguments: java MyClass arg0 arg1 arg2


Can there be at least some solution to determine the number of arguments passed to variable argument list function?

Yes. Use a control parameter before the variable argument list that determines how many arguments will follow. E.g., the printf() function uses a string parameter as the control parameter. The number of escape sequences in the string determines the number of arguments that are expected to follow, and each escape sequence in the string is expanded from left to right according to the arguments that follow. A simpler approach is to pass the number of arguments that will follow as a named argument. E.g.,void print_nums(int n, ...){// n tells you how many numbers are to be expected in the va_list.}AnswerYes, there can be solution.#1: explicitly specifing:extern void variadic_1 (int n, ...);variadic_1 (3, "first", "second", "third");#2: using terminator:extern void variadic_2 (...);variadic_2 ("first", "second", "third", NULL);


How many arguments pass in function?

zero or more it can be fixed or variable (printf is an example)


Why you pass arguments to function in c plus plus?

You pass arguments to functions because that is how you tell the function what you want it to do. If you had, for instance, a function that calculated the square root of something, you would pass that something as an argument, such as a = sqrt (b). In this case sqrt is the function name, b is passed as its argument, and the return value is assigned to a.


Can you pass argument to procedures?

Yes. Procedures are otherwise known as functions, and functions can accept arguments.


What is the procedure of the basketball pass?

Put the ball on your chest......THen exert power on your shoulder....try to push the ball to pass....


What score do you have to get to pass the OGT?

you need at least a 400 to pass.


What does congress pass?

Legislation. The procedure for doing this is spelled out in Article I of the Constitution.