1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
sineoko [7]
3 years ago
7

(1 consider the following function definition: int func(int x, double y, char u, string name { //function body } which of the fo

llowing are correct function prototypes of the function func? explain why.
a. int func(x, y, u, name;
b. int func(int s, double k, char ch, string name;
c. int func(int, double, char, string;
d. func(int, double, char, string
Computers and Technology
1 answer:
Fiesta28 [93]3 years ago
3 0
When prototyping an function also known as a function declaration at least in C++, we type out the function's return type, the name of the function and the parameters.

So, the answer would be B. int func(int s, double k, char ch, string name);
You might be interested in
Write an expression to detect that the first character of the userInput matches the firstLetter.
Strike441 [17]
Easy just put ur answrr
8 0
3 years ago
The __________ tool is present under the Windows Administrative Tools folder of the Start menu. Your answer​
Inga [223]
Administrative Tools
8 0
3 years ago
____ map a set of alphanumeric characters and special symbols to a sequence of numeric values that a computer can process.
Neporo4naja [7]
The answer is : coding schemes
4 0
3 years ago
You are going to do a bubble sort on the following list. What are the missing members of the list? Select 3 options.
Nadya [2.5K]
The bubble sort makes multiple passes through a list. It compares adjacent items and exchanges those that are out of order. Each pass through the list places the next largest value in its proper place. In essence, each item “bubbles” up to the location where it belongs.
4 0
3 years ago
Read 2 more answers
Question 1
Leto [7]

Answer:

The answer is "4bout T!me" and "word"

Explanation:

In the given java program code, the two choices that are "4bout T!me" and "word" were correct, because it uses the double quote, and its example can be defined as follows:

Example:

public class Exa //defining class Exa

{

public static void main(String[] args) //defining main method

{

    String x ="4bout T!me";//defining String variable x and assign value

       String y ="word";//defining String variable y and assign value

 System.out.println(x+"  "+y);//print message

}

}

Output:

4bout T!me  word

8 0
3 years ago
Other questions:
  • A computer science student often uses public forum sites like CodeGuru, DreamInCode and StackOverflow in order to help with lear
    7·1 answer
  • Which particle of the atom has a positive charge? A. proton B. electron C. nucleus D. neutron Question Resources
    13·2 answers
  • A _____________ is some text or data that is stored on your computer and used by a website to track how you use that site. quest
    8·2 answers
  • Match the web development languages to their type.
    13·1 answer
  • Differences between iphone 6 and 6s
    6·1 answer
  • Use ONE SQL statement to show the total number of actual hours for each customer. In the output, show customer id and the total
    15·1 answer
  • .What particular skills does a team leader need in addition to the other skills needed by any team member. (choose all that appl
    6·1 answer
  • What is Coding in Computer Science?​
    10·2 answers
  • Imagine that a time machine has transported you back to an earlier civilization or historical era. Poking through your backpack,
    12·1 answer
  • Explain the uses of computer in police department​
    13·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!