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
Natali5045456 [20]
2 years ago
12

Define a function SwapRank() that takes two char parameters passed by reference and swap the values in the two parameters. The f

unction does not return any value. Ex: If the input is A C, then the output is: C A
Computers and Technology
1 answer:
faltersainse [42]2 years ago
3 0

The program that takes two char parameters passed by reference and swap the values in the two parameters is illustrated below.

<h3>What is a program?</h3>

A computer program is a sequence of instructions in a programming language for a computer to execute.

The program is illustrated below:

void SwapGrade(char &g1, char &g2)

{

char t = g1;

g1= g2;

g2 = t;

}

Output

B

C

C B

Learn more about program on:

brainly.com/question/26642771

#SPJ1

You might be interested in
Easy<br> What is your favorite Anime<br> Mine is Attack On Titan at the moment
zhenek [66]

Answer:

I am currently watching Hunter x Hunter, so I quite like that. But my favorite is Moriarty the Patriot.

Explanation:

7 0
2 years ago
Read 2 more answers
Which of the following is an operating system?<br> MacBook Air<br> Windows 10<br> Dell
Phoenix [80]
Macbook air.
hope this helps
8 0
2 years ago
Read 2 more answers
An electronic resume is a plain-looking document. True of False?
Contact [7]
I think it's TRUE!!!!!!!!!!
8 0
3 years ago
Read 2 more answers
A customer would like you to install a high-end video card suitable for gaming. Your installation and configuration SHOULD inclu
Snowcat [4.5K]

Answer: • Ensure that the video card is compatible with the expansion slot

• Install video drivers from CD and then install updated drivers from the internet

• Configure the PC to use the integrated graphics if available and needed

Explanation

Your question isn't complete as you didn't put the options but I got the options online and the correct answers have been provided.

The installation and configuration for the high-end video card suitable for gaming will include:

• Ensure that the video card is compatible with the expansion slot

• Install video drivers from CD and then install updated drivers from the internet

• Configure the PC to use the integrated graphics if available and needed

4 0
3 years ago
Jacob is a website designer. Whenever his company takes on a new project, Jacob takes the initiative and comes up with ideas and
Troyanec [42]
Eating a potato is what hes using
3 0
2 years ago
Other questions:
  • To check whether your writing is clear , you can
    15·2 answers
  • PLEASE HURRY
    6·1 answer
  • PLEASE HELP ASAP
    10·2 answers
  • After adding an email account, how do you switch accounts to send a message?
    10·2 answers
  • The best place to start when you are looking for information about a device or an application is the ____ of the company that ma
    14·1 answer
  • HURRY!!!!!!!!!!!!!
    15·1 answer
  • What is a Software that interprets commands drom the keyboard and mouse
    13·1 answer
  • What was used to enhance silent films of the early 1900s
    15·1 answer
  • A computer game allows a player to repeat a level until they run out of lives. Which two of the following loops would work corre
    8·2 answers
  • What option in the zone aging/scavenging properties dialog box will prevent dns record time stamps from being updated too often?
    9·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!